2.0.1 • Published 2 years ago

eslint-config-crowdriff v2.0.1

Weekly downloads
5
License
MIT
Repository
-
Last release
2 years 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

2 years ago

2.0.0

2 years ago

1.1.0

3 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago