Skip to content

Commit b9a3d95

Browse files
committed
✨ Lint all the things
1 parent 54a1eed commit b9a3d95

30 files changed

+332
-348
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.css

.eslintrc.json

+5
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@
1717
"globals": {
1818
"context": true,
1919
"assert": true
20+
},
21+
"rules": {
22+
"no-console": "warn",
23+
"no-undef": "warn",
24+
"no-unused-vars": "warn"
2025
}
2126
}

src/.eslintrc

-5
This file was deleted.

0 commit comments

Comments
 (0)