2.0.0-alpha.12 • Published 3 years ago

eslint-config-amercier v2.0.0-alpha.12

Weekly downloads
359
License
ISC
Repository
github
Last release
3 years ago

eslint-config-amercier

My personal collection of all-in-one ESLint shareable configs.

Latest Stable Version Build Status Greenkeeper

All-in-one?

Unlike most ESLint shareable configs, which declare peer dependencies, this NPM package declares all its dependencies as dependencies directly, with the exception of ESLint itself. This design choice is intentional, in order to simplify its usage to the minimum (ESLint's extends field).

Installation

Prerequisites:

npm install --save-dev eslint
npm install --save-dev eslint-config-amercier

Dependency Status devDependency Status peerDependency Status

Configs

amercier/vue-cli

Config for projects generated with Vue CLI.

Usage

{
  "root": true,
  "extends": ["amercier/vue-cli"]
}

Included configs and plugins

See vue-cli config for more details.

Contributing

Please read guidelines for contributing.

License

License


This ESLint config was created using eslint-config-template