1.0.11 • Published 7 years ago
eslint-config-tiphedor v1.0.11
eslint configs for various environements.
Usage
In .eslintrc
, add:
{
"extends": [
'eslint-config-tiphedor/<CONFIG_NAME>'
]
}
Available configs:
- Back application, ES6 support, no babel:
eslint-config-tiphedor
- Back application, babel transpilation:
eslint-config-tiphedor/babel
- BETA: Front application, react:
eslint-config-tiphedor/react
- ALPHA: Front application, vuejs:
eslint-config-tiphedor/vue
- BETA: react-native app:
eslint-config-tiphedor/react-native