1.10.0 • Published 6 years ago
@arcteryx/eslint-config-arcteryx v1.10.0
eslint-config-arcteryx
This package provides the Arc'teryx ESLint formatting and styling convention as an extensible shared config.
Usage
- Install the package
npm install eslint-config-arcteryx
- Create an
.eslintrc
file in your project root:
{
"extends": "@arcteryx/eslint-config-arcteryx"
}
- Create a
prettier.config.js
file in your project root:
module.exports = {
extends: "./@arcteryx/eslint-config-arcteryx/prettier.js"
};
- Configure your build process AND find the correct plugin for your editor to display the output.
Notes
- Disallow specific global variables (
no-restricted-globals
) can be overwritten for projects that don't make use of the globalARCTERYX
object.
To Do
- Add ES6 specific rules
1.10.0
6 years ago
1.9.0
6 years ago
1.5.57
6 years ago
1.5.56
6 years ago
1.5.55
6 years ago
1.5.5
6 years ago
1.5.4
6 years ago
1.5.3
6 years ago
1.5.2
6 years ago
1.5.1
6 years ago
1.4.1
6 years ago
1.5.0
6 years ago
1.4.0
6 years ago
1.3.0
6 years ago
1.2.0
6 years ago
1.1.0
6 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago