3.1.0 • Published 5 years ago

eslint-config-neatcapital v3.1.0

Weekly downloads
142
License
MIT
Repository
github
Last release
5 years ago

eslint-config-neatcapital

ESLint configurations for Neat Capital Inc.

To use, add a .eslintrc file in the root of your project. Then put this in that file:

{
  "extends": [
    "eslint-config-neatcapital",
    "eslint-config-neatcapital/react",
    "eslint-config-neatcapital/mocha",
    //etc
  ]
}

Pick and choose what you need. Here's an overview of what's available:

eslint-config-neatcapital The base configuration, you should always include this.

eslint-config-neatcapital/react Used for projects that use react.

eslint-config-neatcapital/mocha Used for projects that use the mocha test framework.

Peer dependencies

Note that you may also need to install any peer dedendencies! Don't forget to do that. npm will yell at you if you forget to do this.

3.1.0

5 years ago

3.0.0

5 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago