@sampotts/eslint-config

2.0.3 • Public • Published

ESLint configurations for JavaScript projects.

Using the package

ES6

.eslintrc:

{
    "extends": "@sampotts/eslint-config/es6"
}

or using TypeScript:

{
    "extends": "@sampotts/eslint-config/es6-ts"
}

React / Preact

.eslintrc:

{
    "extends": "@sampotts/eslint-config/react"
}

or using TypeScript:

{
    "extends": "@sampotts/eslint-config/react-ts"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @sampotts/eslint-config

Weekly Downloads

1,882

Version

2.0.3

License

none

Unpacked Size

10.8 kB

Total Files

12

Last publish

Collaborators

  • sam_potts