1.1.2 • Published 3 years ago

@meitrade/eslint-config-paracord v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

eslint-config-paracord

eslint configuration for paracord.eu frontend projects

TODO: add gitlab runner for publishing new versions

  • runner needs to login with an npm account
  • runner needs to execute npm publish

Installation

npm install @meitrade/eslint-config-paracord --save-dev

Usage

Add this eslint configuration to the extends list of a project's .eslintrc file:

module.exports = {
  extends: [
    "@meitrade/eslint-config-paracord",
    ...
  ],
  ...
}