@ -34,13 +34,10 @@
} ,
} ,
"requireConfigFile" : false
"requireConfigFile" : false
} ,
} ,
"plugins" : [
"prettier"
] ,
"extends" : [
"extends" : [
"airbnb" ,
"airbnb" ,
"airbnb/hooks" ,
"airbnb/hooks" ,
" plugin:prettier/recommended "
" ../package.json "
] ,
] ,
"rules" : {
"rules" : {
"import/no-extraneous-dependencies" : [
"import/no-extraneous-dependencies" : [
@ -51,14 +48,6 @@
"**/*.test.js"
"**/*.test.js"
]
]
}
}
] ,
"prettier/prettier" : [
"error" ,
{
"printWidth" : 100 ,
"singleQuote" : true ,
"trailingComma" : "all"
}
]
]
}
}
} ,
} ,
@ -112,14 +101,11 @@
"enzyme" : "^3.11.0" ,
"enzyme" : "^3.11.0" ,
"eslint" : "^8.20.0" ,
"eslint" : "^8.20.0" ,
"eslint-config-airbnb" : "^19.0.4" ,
"eslint-config-airbnb" : "^19.0.4" ,
"eslint-config-prettier" : "^8.5.0" ,
"eslint-plugin-import" : "^2.26.0" ,
"eslint-plugin-import" : "^2.26.0" ,
"eslint-plugin-jsx-a11y" : "^6.6.1" ,
"eslint-plugin-jsx-a11y" : "^6.6.1" ,
"eslint-plugin-prettier" : "^4.2.1" ,
"eslint-plugin-react" : "^7.30.1" ,
"eslint-plugin-react" : "^7.30.1" ,
"eslint-plugin-react-hooks" : "^4.6.0" ,
"eslint-plugin-react-hooks" : "^4.6.0" ,
"jest-enzyme" : "^7.1.2" ,
"jest-enzyme" : "^7.1.2" ,
"prettier" : "2.7.1" ,
"react-app-rewired" : "^2.2.1" ,
"react-app-rewired" : "^2.2.1" ,
"react-test-renderer" : "^17.0.2"
"react-test-renderer" : "^17.0.2"
}
}