@wowvendor/eslint-config-base
v3.2.0
Published
Base config for ESLint used in WoWVendor's projects
Downloads
61
Readme
@wowvendor/eslint-config-base
Production ready ESLint config using
Install
yarn
yarn add eslint @wowvendor/eslint-config-base -Dnpm
npm i -D eslint @wowvendor/eslint-config-baseUsage
Сreate a eslint config file type of your choice
.eslintrc
{
"extends": "@wowvendor/eslint-config-base"
}.eslintrc.js
module.exports = {
extends: ["@wowvendor/eslint-config-base"],
};.eslintrc.json
{
"extends": ["@wowvendor/eslint-config-base"]
}Plugins / Modules
- eslint-plugin-jest
- eslint-plugin-import
- eslint-config-prettier
- eslint-plugin-eslint-comments
