1.2.4 • Published 3 years ago

@rm-frontend/eslint-config v1.2.4

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
3 years ago

rm-frontend ESLint config

Installation

npm install --save-dev eslint @rm-frontend/eslint-config

Usage

Create a .eslintrc.js config file:

module.exports = {
  extends: '@rm-frontend/eslint-config'
};

If you use this in an instance, create a .eslintignore file to ignore build files:

dist/*

Add a script to your package.json to run eslint:

{
  "scripts": {
    "eslint": "eslint \"**/*.js\""
  }
}
1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.0

3 years ago