Package Exports
- eslint-config-jag-nodejs
- eslint-config-jag-nodejs/index.js
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 (eslint-config-jag-nodejs) 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-jag-nodejs
- Usable in any TypeScript project, includes React rules.
- sindresorhus/eslint-plugin-unicorn
- xojs/eslint-config-xo
- eslint-functional/eslint-plugin-functional
Install
pnpm|yarn|npm install eslint-config-jagreehal
Requires TypesScript and tsconfig.json at root directory.
Config
In package.json:
"eslintConfig": {
"extends": ["jagreehal"],
}
In .eslintrc:
{
"extends": "jagreehal"
}
Scripts:
"scripts": {
"lint": "eslint",
"lint:fix": "eslint . --fix",
}