eslint-config-egoist

My personal eslint config.

MIT 14 个版本
安装
npm install eslint-config-egoist
yarn add eslint-config-egoist
pnpm add eslint-config-egoist
bun add eslint-config-egoist
README

My personal ESLint config:

Type Extends
Default (optional ES2015+) egoist
Browser egoist/browser
Enforce ES2015+ egoist/esnext
Enforce ES2015+ in Browser only egoist/exnext-browser

Install

$ npm install -D eslint eslint-config-egoist

Usage

{
  // egoist | egoist/browser | egoist/esnext | egoist/esnext-browser
  "extends": "egoist"
}

You may also like eslint-config-egoist-vue for linting Vue projects.

版本列表
1.0.5 2016-10-12
1.0.4 2016-09-30
1.0.3 2016-09-26
1.0.2 2016-09-26
1.0.1 2016-09-26
1.0.0 2016-09-26
0.0.8 2016-05-27
0.0.7 2016-05-27
0.0.6 2016-05-27
0.0.5 2016-05-27
0.0.4 2016-05-27
0.0.3 2016-05-26
0.0.2 2016-03-11
0.0.1 2016-03-11