eslint-config-palleter
v1.1.0
Published
ESLint configuration settings for palleter
Readme
Installation
yarn add --dev git+ssh://[email protected]/Palleter/eslint-config-palleter.gitUsage
React app
In your package.json file, add eslintConfig section:
"eslintConfig": {
"extends": "palleter/react-config"
}Server app
In your package.json file, add eslintConfig section:
"eslintConfig": {
"extends": "palleter/service-config"
}