Package Exports
- @iraiser/eslint-config-base
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@iraiser/eslint-config-base) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ESLint Config
ESLint shareable config for the iRaiser CSS style guide.
Install
npm install @iraiser/eslint-config-base eslint --save-dev
Usage
Create .eslintrc
file on root of your project.
{
"extends": [
"@iraiser/eslint-config-base"
]
}
You can extend the rules with your own config, see ESLint documentation.