1.1.5 • Published 5 years ago

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

Weekly downloads
28
License
Apache-2.0
Repository
github
Last release
5 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

5 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago