Skip to content

Commit

Permalink
build: update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Nov 24, 2022
1 parent dc6da8b commit 95b751d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"error",
"after"
],
"prefer-template": "error",
"semi": [
"error",
"never"
],
"unicorn/explicit-length-check": "off",
"unicorn/no-array-callback-reference": "off",
"unicorn/no-array-for-each": "off",
"unicorn/no-array-method-this-argument": "off",
"unicorn/no-null": "off",
"unicorn/no-unused-properties": "error",
Expand Down
8 changes: 1 addition & 7 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
"ignore": "local"
}
],
"scss/selector-no-union-class-name": true,
"value-keyword-case": [
"lower",
{
"camelCaseSvgKeywords": true
}
]
"scss/selector-no-union-class-name": true
}
}

0 comments on commit 95b751d

Please sign in to comment.