2.0.1 • Published 9 months ago

eslint-config-crowdriff v2.0.1

Weekly downloads
5
License
MIT
Repository
-
Last release
9 months ago

CrowdRiff eslint config

Usage

yarn add --dev eslint-config-crowdriff

To use this eslint config, extend it in your local .eslintrc.js file:

module.exports = {
  extends: ['eslint-config-crowdriff/core']
};

To get auto fixing working with VS Code, install the eslint extension and add the following to your settings.json file:

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  }
}
2.0.1

9 months ago

2.0.0

9 months ago

1.1.0

2 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago