Skip to content

Commit

Permalink
feat(stylelint): add new tool
Browse files Browse the repository at this point in the history
Fixes: #122
  • Loading branch information
Galimede committed Dec 1, 2022
1 parent 7043f10 commit 76e75b3
Show file tree
Hide file tree
Showing 6 changed files with 1,452 additions and 119 deletions.
1 change: 0 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ module.exports = {
'i18n-order': ['error'],
'i18n-valid-key': ['error'],
'i18n-valid-value': ['error'],
'sort-lit-element-css-declarations': ['error'],
// other rules
'accessor-pairs': 'off',
'arrow-parens': ['error', 'always'],
Expand Down
53 changes: 0 additions & 53 deletions eslint-rules/sort-lit-element-css-declarations.js

This file was deleted.

0 comments on commit 76e75b3

Please sign in to comment.