1.1.5 • Published 4 years ago

@advanced-rest-client/eslint-config v1.1.5

Weekly downloads
28
License
Apache-2.0
Repository
github
Last release
4 years ago

API / ARC components ESLint configuration

Use ESLint to lint your es6 code. This module contains default configuration for API/ARC components linters.

Usage

$ npm i --save-dev @advanced-rest-client/eslint-config

Add these scripts to your package.json

"scripts": {
  "lint:eslint": "eslint --ext .js,.html .",
  "format:eslint": "eslint --ext .js,.html . --fix"
},

Run:

  • npm run lint:eslint to check if any file is not correctly formatted
  • npm run format:eslint to auto format your files
1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago