Skip to content

Provides the universal configuration for eslint at Squarespace.

License

Notifications You must be signed in to change notification settings

Kwamzilla/eslint-config-squarespace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is scheduled to be deprecated. After October 31, 2024, the contents of this repo will no longer be available on GitHub. See developers.squarespace.com/tools for more details

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

Languages

  • JavaScript 100.0%