Skip to content

Commit

Permalink
Fix node version test (mate-academy#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriiHoliuk authored Oct 11, 2021
1 parent 218eb32 commit 9c8bcc4
Show file tree
Hide file tree
Showing 3 changed files with 214 additions and 184 deletions.
16 changes: 16 additions & 0 deletions .bemlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"elementDivider": "__",
"modifierDivider": "--",
"ignore": [
"node_modules",
"dist"
],
"rules": {
"one-block": true,
"one-element": true,
"element-inside-parent-block": true,
"no-double-element": true,
"no-neighbour-parent-block": true,
"modifiable-class": true
}
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9c8bcc4

Please sign in to comment.