1.1.5 • Published 7 years ago

eslint-config-sk-flow v1.1.5

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-sk-flow

production ready es6 ESLint configs using Prettier and sort-class-members for code formatting and unification, compat and browserslist to make use of caniuse and @kangax's compat table for determining coverage and

jest for testing.

Install

yarn

yarn add eslint eslint-config-sk-flow -D -E

npm

npm i -D eslint eslint-config-sk-flow

Usage

create a eslint config file type of your choice

.eslintrc.js

module.exports = {
  extends: ['sk-flow'],
};

.eslintrc.json

{
  "extends": ["sk-flow"]
}

.eslintrc

  extends: 'sk-flow'

.eslintrc.yml

  extends: 'sk-flow'

Add lint scripts

Add scripts to package.json:

"scripts": {
  "lint": "yarn eslint .",
  "lint:fix": "yarn lint --fix"
}

Lint manually

  • Run yarn lint to lint your code.
  • Run yarn lint:fix to lint, format and fix your code.
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.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.0

7 years ago

0.5.8

7 years ago

0.5.7

7 years ago

0.5.6

7 years ago

0.5.1

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.11

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago