1.5.0 • Published 8 years ago

eslint-config-csvn v1.5.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

eslint-config-csvn

Opiniated configuration of all default Eslint rules.

Use at your own risk.

Usage

npm install --save-dev eslint-config-csvn

Then create an .eslintrc.js file in the root of your project:

module.exports = {
  root: true,
  extends: ['csvn', 'csvn/browser']
};

If node is used, csvn/browser can be replaced with csvn/node.

Notable settings

  • max-len: 100
  • indent: 2 spaces
  • semi: always
  • line-endings: LF
1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago