4.0.0 • Published 7 years ago

eslint-config-taskcluster v4.0.0

Weekly downloads
14
License
MPL-2.0
Repository
github
Last release
7 years ago

Taskcluster's ESLint configuration

Install

npm install --save-dev eslint-config-taskcluster

Use

In your project's .eslintrc, use the extends feature:

{
  'extends': 'eslint-config-taskcluster'
}

Now, set up lint before testing. An example with package.json is:

  "scripts": {
    "compile": "babel-compile -p taskcluster src:lib test:.test",
    "lint": "eslint src/*.js test/*.js",
    "pretest": "yarn lint && npm run compile",
    "test": "mocha .test/*_test.js"
  },
4.0.0

7 years ago

3.3.0

7 years ago

3.2.0

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.0

8 years ago

2.0.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago