Compare commits
No commits in common. "f40d90e8f9003959fe4671b2de2ff2dbafcc86fb" and "d5754487adc9853c0de35339927f8c46c25d12e2" have entirely different histories.
f40d90e8f9
...
d5754487ad
@ -18,9 +18,6 @@ module.exports = {
|
||||
],
|
||||
plugins: ['react', 'react-hooks'],
|
||||
rules: {
|
||||
rules: {
|
||||
'react/react-in-jsx-scope': 'off',
|
||||
},
|
||||
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
|
||||
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
|
||||
},
|
||||
|