eslint-config-xes

0.1.0 • Public • Published

eslint-config-xes

npm downloads

An ESLint Shareable Config for JavaScript Standard Style

Install

npm install --save-dev eslint-config-xes

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

If you want to set up the config manually, run the following command:

Then, add this to your .eslintrc file:

{
  "extends": "xes"
}

Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

Package Sidebar

Install

npm i eslint-config-xes

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

18.7 kB

Total Files

6

Last publish

Collaborators

  • liuyun012