1.0.10 • Published 1 month ago

@trailheadtechnology/eslint-config v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

Trailhead Web Linters

Usage

Install

Angular

npm install --D @trailheadtechnology/eslint-config eslint stylelint @angular-eslint/eslint-plugin @angular-eslint/eslint-plugin-template @angular-eslint/template-parser

React

npm install --D @trailheadtechnology/eslint-config eslint stylelint

Configure ESLint

Angular

{
  "extends": [
    "@trailheadtechnology",
    "@trailheadtechnology/eslint-config/angular"
  ]
}

React

{
  "extends": [
    "@trailheadtechnology",
    "@trailheadtechnology/eslint-config/react"
  ]
}

Configure Stylelint

{
  "extends": [
    "@trailheadtechnology/eslint-config/stylelint"
  ]
}