Skip to content

Commit eb00c65

Browse files
committed
Update eslintrc indent / format
1 parent 0e7a234 commit eb00c65

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.eslintrc.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ extends: airbnb-base
22
parser: babel-eslint
33

44
rules:
5-
import/no-extraneous-dependencies: "off"
6-
object-curly-newline: "off"
7-
max-len: ["error", 120]
8-
5+
import/no-extraneous-dependencies: 'off'
6+
object-curly-newline: 'off'
7+
max-len: ['error', 120]

0 commit comments

Comments
 (0)