Commit dbc6d5ae authored by wildfirecode13's avatar wildfirecode13

1

parent 06f3ee23
...@@ -5,7 +5,6 @@ module.exports = { ...@@ -5,7 +5,6 @@ module.exports = {
"es2021": true "es2021": true
}, },
"extends": [ "extends": [
"eslint:recommended"
], ],
"parserOptions": { "parserOptions": {
"ecmaFeatures": { "ecmaFeatures": {
...@@ -18,5 +17,6 @@ module.exports = { ...@@ -18,5 +17,6 @@ module.exports = {
"react" "react"
], ],
"rules": { "rules": {
"no-undef": "error"
} }
}; };
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment