@tmware/eslint-config

1.2.0 • Public • Published

@tmware/eslint-config NPM

ESLint config for my JavaScript projects.

TypeScript configuration has moved to @tmware/eslint-config-typescript.

Installation

yarn add @tmware/eslint-config eslint --dev
npm i @tmware/eslint-config eslint --save-dev

Usage

To use the ESLint config, add the following to your .eslintrc:

{
  "extends": "@tmware/eslint-config"
}

Lint script for package.json

...
"lint": "eslint --ext .js --ignore-path .gitignore src/"
...

Readme

Keywords

none

Package Sidebar

Install

npm i @tmware/eslint-config

Weekly Downloads

10

Version

1.2.0

License

MIT

Unpacked Size

3.34 kB

Total Files

4

Last publish

Collaborators

  • tmuniversal