@pdw.io/eslint-config
v1.2.2
Published
This ESLint config aims to aid you with writing compact, standalone methods whilst paying attention to documentation and type checking. It is built on top of the Google code style.
Downloads
5
Maintainers
Readme
What?
This ESLint config aims to aid you with writing compact, standalone methods whilst paying attention to documentation and type checking. It is built on top of the Google code style.
Installation
npm: npm install --save-dev @pdw.io/eslint-config
yarn: yarn add --dev @pdw.io/eslint-config
In package.json add the following object top-level:
"eslintConfig": {
"extends": "@pdw.io/eslint-config"
}