Skip to content

Commit b6f64d1

Browse files
committed
fix: add eslint and run eslint --fix
1 parent ccefc38 commit b6f64d1

File tree

6 files changed

+1721
-36
lines changed

6 files changed

+1721
-36
lines changed

.eslintrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "eslint-config-atomic/react",
3+
"ignorePatterns": ["dist/", "node_modules/"],
4+
"rules": {
5+
"react/react-in-jsx-scope": "off"
6+
}
7+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"babel-preset-solid": "^0.26.5",
4242
"build-commit": "^0.1.4",
4343
"cross-env": "^7.0.3",
44+
"eslint-config-atomic": "^1.15.3",
4445
"prettier-config-atomic": "^2.0.5",
4546
"rollup-plugin-atomic": "^2.3.2",
4647
"shx": "^0.3.3",

0 commit comments

Comments
 (0)