mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Update eslint config
This commit is contained in:
@@ -42,9 +42,11 @@ module.exports = {
|
||||
'@typescript-eslint/no-use-before-define': 'off',
|
||||
'react/prop-types': 'off',
|
||||
'react/react-in-jsx-scope': 'off',
|
||||
'react/self-closing-comp': 0,
|
||||
'@typescript-eslint/camelcase': 'off',
|
||||
'@typescript-eslint/explicit-function-return-type': 0,
|
||||
'@typescript-eslint/explicit-module-boundary-types': 0,
|
||||
'@typescript-eslint/no-explicit-any': 0,
|
||||
'linebreak-style': 'off',
|
||||
'jsx-a11y/label-has-associated-control': [
|
||||
'error',
|
||||
@@ -56,6 +58,7 @@ module.exports = {
|
||||
depth: 25,
|
||||
},
|
||||
],
|
||||
'jsx-a11y/control-has-associated-label': 0,
|
||||
'prettier/prettier': [
|
||||
'error',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user