Skip to content

Blocklevel/eslint-config-blocklevel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-blocklevel

A set of ESLint (http://eslint.org) rules

Usage

npm install eslint-config-blocklevel

{
  "extends": "eslint-config-blocklevel"
  ...
}

or in the webpack configuration

{
  eslint: {
    configFile: require.resolve('eslint-config-blocklevel')
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published