eslint-config-sambatv

0.0.18 • Public • Published

eslint-config-sambatv

This package includes the sharable ESLint configuration used by Sambatv projects

Installation

npm install eslint-config-sambatv --save-dev

Then create a file named .eslintrc.json with following contents in the root folder of your project:

{
  "extends": "sambatv"
}

If you are using React and want React Semantics

Extend with sambatv and sambatv/react

{
  "extends": ["sambatv", "sambatv/react"]
}

Package Sidebar

Install

npm i eslint-config-sambatv

Weekly Downloads

2

Version

0.0.18

License

ISC

Unpacked Size

1.87 kB

Total Files

4

Last publish

Collaborators

  • hakankaradis