@sampotts/eslint-config
v2.0.3
Published
A simple ESLint configuration
Downloads
10,518
Readme
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"
}