eslint-config-crowdriff

2.0.1 • Public • Published

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
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-crowdriff

Weekly Downloads

100

Version

2.0.1

License

MIT

Unpacked Size

4.17 kB

Total Files

6

Last publish

Collaborators

  • abh1nav
  • crowdriff-dev
  • crowdriff-it