mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Disable lint rule for TODO comments 🖕
This commit is contained in:
parent
e6fd316347
commit
ef92361e63
@ -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",
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user