2.6.0 • Published 6 years ago
eslint-config-tyom v2.6.0
Tyom's ESLint config
Base for JS projects.
Configs
base Base ES 2018 config for use with node and on the client.
prettier Includes base and Prettier plugin recommendations. Additional preferences.
jest Includes base and Jest plugin recommendations. Additional preferences.
Vue Includes base and Vue plugin strong recommendations. Additional preferences.
Install
npm i eslint-config-tyomyarn add eslint-config-tyomThen to import everything in eslintrc:
{ "extends": ["tyom"] }individual configs:
{ "extends": ["tyom/prettier", "tyom/vue"] }