refactor: rename folders
This commit is contained in:
19
packages/eslint-config-react/index.js
Normal file
19
packages/eslint-config-react/index.js
Normal file
@@ -0,0 +1,19 @@
|
||||
module.exports = {
|
||||
extends: [
|
||||
'plugin:react/recommended',
|
||||
'plugin:react-hooks/recommended',
|
||||
'@antfu/eslint-config-ts',
|
||||
],
|
||||
settings: {
|
||||
react: {
|
||||
version: '17.0',
|
||||
},
|
||||
},
|
||||
rules: {
|
||||
'jsx-quotes': [
|
||||
'error',
|
||||
'prefer-double',
|
||||
],
|
||||
'react/react-in-jsx-scope': 'off',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user