@nomadinteractive/eslint-config

0.1.1 • Public • Published

Nomad team's shared eslint config

Based on airbnb config

Plugins enabled:

  • airbnb
  • import
  • react/jsx
  • flow
  • unicorn

Install

  1. npm install --save-dev @nomadinteractive/eslint-config

  2. Create .eslintrc file in your project root with following content:

{
    "extends": "@nomadinteractive"
}
  1. Then add eslint script in your package.json scripts:
scripts": {
	"eslint": "eslint ./example-app"
},

Usage

Run npm run eslint to check your code agains eslint.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @nomadinteractive/eslint-config

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

4.72 kB

Total Files

4

Last publish

Collaborators

  • mfyz