Disable lint rule for TODO comments 🖕

This commit is contained in:
Adam Wathan 2020-05-01 15:16:59 -04:00
parent e6fd316347
commit ef92361e63

View File

@ -9,7 +9,8 @@
"extends": ["eslint-config-postcss", "prettier"],
"plugins": ["prettier"],
"rules": {
"no-unused-vars": [2, {"args": "all", "argsIgnorePattern": "^_"}],
"no-unused-vars": [2, { "args": "all", "argsIgnorePattern": "^_" }],
"no-warning-comments": 0,
"prettier/prettier": [
"error",
{