Skip to content

Commit cb34d6b

Browse files
committed
Removes unnecessary rules
1 parent 1884f7a commit cb34d6b

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
@@ -18,7 +18,6 @@
1818
"no-extra-boolean-cast": [0],
1919
"no-console": [0],
2020
"linebreak-style": ["error", "unix"],
21-
"no-empty":0,
22-
"no-restricted-imports": [0]
21+
"no-empty": 0
2322
}
2423
}

0 commit comments

Comments
 (0)