Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

ESLint configuration settings for LaxarJS ES2015 repositories

License

Notifications You must be signed in to change notification settings

LaxarJS/eslint-config-laxarjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaxarJS ESLint Configuration

The LaxarJS ESLint rules are a restrictive rule set extending the eslint:recommended rule set. The rules are applicable to ES2016 projects.

Installation

npm install --save-dev eslint eslint-config-laxarjs

In your project, create a file .eslintrc.json with the following contents:

{
   "extends": "laxarjs"
}

Or, if you are building a Node.js package:

{
   "extends": "laxarjs/node"
}

If applicable, define additional configuration rules, or override the laxarjs rules.

About

ESLint configuration settings for LaxarJS ES2015 repositories

Resources

License

Stars

Watchers

Forks

Packages

No packages published