0.2.8 • Published 4 years ago

@tresmo/config-eslint v0.2.8

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

@tresmo/config-eslint

Installation

install the dependencies

yarn add --dev eslint @tresmo/config-eslint

and create a .eslintrc.json anywhere in your project and add the full relative path to this package's index.js. The full path is because of how eslint treats extends statements by expecting a certain package name convention that we don't follow (yet)

{
  "extends": ["./node_modules/@tresmo/config-eslint/index.js"]
}

You might also want to add an .eslintignore file with the following contents, because eslint does not ignore any matching files out of the box.

dist/
node_modules/
0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago