WowPress-Tailwind/node_scripts/.eslintrc

12 lines
116 B
Plaintext
Raw Normal View History

2024-04-15 16:00:49 +02:00
{
"parserOptions": {
"ecmaVersion": 2018
},
"env": {
"node": true
},
"rules": {
"no-console": "off"
}
}