2.2.0 • Published 8 months ago

eslint-config-astrohelm v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

1. Install required packages:

npm i -D eslint eslint-config-astrohelm

2. Import eslint-config-astrohelm in eslint.config.js

'use strict';
const configAstrohelm = require('eslint-config-astrohelm');
module.exports = configAstrohelm; // or if you want to custom:
// module.exports = [...configAstrohelm, config];

3. (optional) Add following scripts

// package.json
{
  "scripts": {
    "lint": "eslint ."
    //...
  }
  //...
}
2.2.0

8 months ago

2.1.1

10 months ago

2.1.0

10 months ago

2.0.0

10 months ago

1.7.0

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago