Skip to content

Commit c415dcc

Browse files
committed
adds yarn lint command
1 parent a68aebb commit c415dcc

86 files changed

Lines changed: 3390 additions & 3386 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
**/node_modules
22
**/.cache
33
**/public
4+
**/.next
5+
data

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"plugin:prettier/recommended",
55
"plugin:react/recommended"
66
],
7-
87
"rules": {
98
"object-curly-spacing": ["error", "always"],
109
"react/prop-types": 0,

.prettierrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)