Fix eslint setup

This commit is contained in:
Charles Bochet
2023-09-17 08:28:05 -07:00
parent 84eaa45027
commit 7fa80c5f71
7 changed files with 166 additions and 119 deletions

View File

@ -1,5 +1,9 @@
module.exports = {
rules: {
"effect-components": require("./src/rules/effect-components"),
"no-hardcoded-colors": require("./src/rules/no-hardcoded-colors"),
"matching-state-variable": require("./src/rules/matching-state-variable"),
"sort-css-properties-alphabetically": require("./src/rules/sort-css-properties-alphabetically"),
"styled-components-prefixed-with-styled": require("./src/rules/styled-components-prefixed-with-styled"),
},
};