Files
profile/themes/keepit/node_modules/algoliasearch/node_modules/debug/.eslintrc
Spencer Pincott 97737ca1ae Initial commit
2024-07-15 22:20:13 -04:00

12 lines
180 B
Plaintext

{
"env": {
"browser": true,
"node": true
},
"rules": {
"no-console": 0,
"no-empty": [1, { "allowEmptyCatch": true }]
},
"extends": "eslint:recommended"
}