Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 2ba9ebe

Browse files
committed
trying to fix circle-ci
1 parent 90cf704 commit 2ba9ebe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"react/jsx-uses-react": "error",
3030
"react/jsx-uses-vars": "error",
3131
"import/no-extraneous-dependencies": 0,
32-
"linebreak-style": 0
32+
"linebreak-style": 0,
33+
"template-curly-spacing": "off",
34+
"indent": "off"
3335
},
3436
"settings": {
3537
"react": {

0 commit comments

Comments
 (0)