1.1.0 • Published 9 years ago
eslint-config-palleter v1.1.0
Installation
yarn add --dev git+ssh://git@github.com/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"
}