Skip to content

Commit ef92361

Browse files
committed
Disable lint rule for TODO comments 🖕
1 parent e6fd316 commit ef92361

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"extends": ["eslint-config-postcss", "prettier"],
1010
"plugins": ["prettier"],
1111
"rules": {
12-
"no-unused-vars": [2, {"args": "all", "argsIgnorePattern": "^_"}],
12+
"no-unused-vars": [2, { "args": "all", "argsIgnorePattern": "^_" }],
13+
"no-warning-comments": 0,
1314
"prettier/prettier": [
1415
"error",
1516
{

0 commit comments

Comments
 (0)