@fuchsfox/eslint-config-ff
v1.1.2
Published
ESLint config of FUCHSFOX
Maintainers
Readme
eslint-config-ff
ESLint config of FUCHSFOX
Setup
run
yarn add -D @fuchsfox/eslint-config-ffornpm i -D @fuchsfox/eslint-config-ffInstall the correct versions of each package, which are listed by the command:
npm info "eslint-config-ff@latest" peerDependenciesAdd the following to your
.eslintrcdepending on your platform
single extensions
{
"extends": "@fuchsfox/ff/native"
}{
"extends": "@fuchsfox/ff/browser"
}multiple extensions
{
"extends": [
"@fuchsfox/ff/node",
"@fuchsfox/ff/browser"
]
}As soon as you add a prettier.rc you'll overwrite the prettier-config, even if your file is empty.
