Skip to content

Provides the universal configuration for eslint at Squarespace.

License

Notifications You must be signed in to change notification settings

Squarespace/eslint-config-squarespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-squarespace

Provides the eslint configuration for linting Squarespace publicly available projects.

Installation

$ npm install --save-dev eslint-config-squarespace

Then:

add "extends": "eslint-config-squarespace" to your .eslintrc

Example .eslintrc

{
  "extends": "eslint-config-squarespace",
  "env": {
    "browser": true,
    "jest": true,
    "node": true
  }
}

License

Apache-2 copyright Squarespace

About

Provides the universal configuration for eslint at Squarespace.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published