eslint-config-palleter
v1.1.0
Published
ESLint configuration settings for palleter
Downloads
3
Readme
Installation
yarn add --dev git+ssh://[email protected]/Palleter/eslint-config-palleter.git
Usage
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"
}