Skip to content

Commit 1342975

Browse files
authored
Update .eslintrc.json
1 parent ebbc9b1 commit 1342975

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"no-return-assign":"off",
2525
"react/no-unescaped-entities": "off",
2626
"max-len": "off",
27-
"camelcase": "off",
28-
"linebreak-style": ["error", "windows"]
27+
"camelcase": "off"
2928
}
3029
}

0 commit comments

Comments
 (0)