@studiohyperdrive/eslint-config

3.0.3 • Public • Published

FEO ESLint config

Installation

$ npm install --save-dev @studiohyperdrive/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": [
		"@studiohyperdrive/eslint-config",
		"@studiohyperdrive/eslint-config/lib/es5.js" // Pick one
		"@studiohyperdrive/eslint-config/lib/es6.js" // Pick one
	]
}

Dependents (0)

Package Sidebar

Install

npm i @studiohyperdrive/eslint-config

Weekly Downloads

27

Version

3.0.3

License

ISC

Unpacked Size

24.5 kB

Total Files

7

Last publish

Collaborators

  • wouterheirstrate
  • ekincia
  • bertyhell
  • shd-developer
  • ian-emsens-shd
  • jeroenvalcke
  • tom-odb
  • brilniels
  • thomasbormans
  • sanderh
  • laurenspeeters
  • rednas
  • denisvalcke
  • ibenvandeveire