ESLint config for React.js project. Extends
npm i -D @fbi-js/eslint-config-react
./package.json
(you can also use other configuration files)
{
"eslintConfig": {
"extends": [
"@fbi-js/react"
]
}
}
Licensed under MIT.
ESLint config for React.js project. Extends
npm i -D @fbi-js/eslint-config-react
./package.json
(you can also use other configuration files)
{
"eslintConfig": {
"extends": [
"@fbi-js/react"
]
}
}
Licensed under MIT.