JSPM

eslint-config-jag-nodejs

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q24765F
  • License ISC

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

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",
}