This repository provides .eslintrc for ka-nabell as shared config.
npm i -D eslint-config-ka-nabellinc # npm
yarn add -D eslint-config-ka-nabellinc # yarnMost of the services we provide use typescript and vue.
So we have entry points for typescript and vue.
If you don't need either typescript or vue, you can use the root entry point.
In addition to that, we also have one for styles.
To use, add following extends to your .eslintrc
"extends": ["eslint-config-ka-nabellinc"]
"extends": ["eslint-config-ka-nabellinc/typescript"]
"extends": ["eslint-config-ka-nabellinc/vue"]
"extends": ["eslint-config-ka-nabellinc/style"]