2.1.1 • Published 8 years ago

eslint-config-perf-standard v2.1.1

Weekly downloads
1
License
-
Repository
github
Last release
8 years ago

eslint-config-perf-standard

A set of eslint rules for performant JS

Example

Works with eslint@1.8.0

Use like so:

// .eslintrc
{
    "extends": "perf-standard",
    "rules": {
        "max-len": [0]
    }
}

Also configure your package.json like so:

{
    "scripts": {
        "lint": "eslint $(git ls-files | grep '.js$')"
    }
}

Installation

npm install eslint-config-perf-standard

Tests

npm test

Contributors

  • Raynos

MIT Licensed