3.0.0 • Published 3 years ago

@hyperone/eslint-config v3.0.0

Weekly downloads
37
License
MIT
Repository
github
Last release
3 years ago

eslint-config-hyperone

eslint rules for hyperone

how to use

install dependencies

npm install eslint --save-dev
npm install @hyperone/eslint-config --save-dev

add to your .eslintrc

extends: '@hyperone'

or use package.json

  "eslintConfig": {
    "extends": [
      "@hyperone"
    ]
  },
  "scripts": {
    "lint": "eslint .",
    "fmt": "eslint . --fix"
  },
3.0.0

3 years ago

2.2.0

4 years ago

2.0.1

6 years ago

1.0.5

6 years ago

2.0.0

6 years ago

1.0.4

6 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