JSPM

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

This module comes up with pre-configured linting rules. This will make implementing linting on the project easy and fast.

Package Exports

  • easy-linter

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 (easy-linter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

easy-linter

This package is a layer above the existing eslint package (https://github.com/eslint/eslint). This package has eslint rules defined in advance and can be used very easily. This package can be used by teams that are working on many projects and want centralized repository of eslint rules.

how to use

  1. Install easy-linter package
  2. Create file .eslintrc.json file project in root directory of the project add the following json object { "extends": "./node_modules/easy-linter/index.js" }
  3. You can create .eslintignore file in root directory of the project to ignore directory/files from linting rules