Skip to content

ka-nabellinc/eslint-config

Repository files navigation

eslint-config-ka-nabellinc

NPM Version

This repository provides .eslintrc for ka-nabell as shared config.

Install

npm i -D eslint-config-ka-nabellinc # npm
yarn add -D eslint-config-ka-nabellinc # yarn

Usage

Most 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

root

"extends": ["eslint-config-ka-nabellinc"]

typescript

"extends": ["eslint-config-ka-nabellinc/typescript"]

vue

"extends": ["eslint-config-ka-nabellinc/vue"]

style

"extends": ["eslint-config-ka-nabellinc/style"]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published