Skip to content

webfatorial/eslint-config-gama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-gama

Gama ESLint Configuration

NPM version Dependency Status with w! works

The sharable ESLint config used in the gama.js projects. This config is also included in newly generated Gama projects. We recommend that you use this config for consistency, but it is not required.

Usage

The default ESLint configuration lints for ES6.

Install the default configuration package and eslint dependency:

npm install --save-dev eslint-config-gama eslint

Add the config to a .eslintrc.json file or the eslintConfig object in package.json using the ESLint extends attribute:

{
  "extends": "gama"
}

License

MIT

About

Gama ESLint Configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published