@district01/eslint-config

2.0.1 • Public • Published

FEO ESLint config

Installation

$ npm install --save-dev @district01/eslint-config

Usage

Create an .eslintrc.js file in the root of your project and extend the default ESLint settings. You will also need to extend the es5 or es6 settings (based on your project):

module.exports = {
	"extends": [
		"@district01/eslint-config",
		"@district01/eslint-config/lib/es5.js" // Pick one
		"@district01/eslint-config/lib/es6.js" // Pick one
	]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @district01/eslint-config

Weekly Downloads

1

Version

2.0.1

License

ISC

Unpacked Size

22.2 kB

Total Files

7

Last publish

Collaborators

  • fabianmeul
  • jeroenvalcke
  • laurenspeeters
  • sanderh
  • thomasbormans
  • tom-odb