@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
	]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.3
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.0.3
    6
  • 3.0.2
    12
  • 3.0.1
    0
  • 3.0.0
    0
  • 2.0.1
    0

Package Sidebar

Install

npm i @studiohyperdrive/eslint-config

Weekly Downloads

18

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