Skip to content

LawPath/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lawpath linting rules

To use this module, you must add it as a dependency in your project's package.json file:

Specify the tagged version of the config to install

yarn add LawPath/eslint-config.git#v1.0.0 --dev

{
  "devDependencies": {
    "LawPath/eslint-config.git#v1.0.0"
  }
}

Browser config add this configuration to your package.json:

{
  "eslintConfig": {
    "extends": "./node_modules/eslint-config/browser.js"
  }
}

Server config add this configuration to your package.json:

{
  "eslintConfig": {
    "extends": "./node_modules/eslint-config/server.js"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •