eslint-config-squarespace
Version:
Eslint shareable configuration for Squarespace
30 lines (21 loc) • 528 B
Markdown
# eslint-config-squarespace
Provides the [eslint](https://github.com/eslint) configuration for linting [Squarespace](https://www.squarespace.com) publicly available projects.
## Installation
````sh
$ npm install --save-dev eslint-config-squarespace
````
Then:
add `"extends": "eslint-config-squarespace"` to your `.eslintrc`
### Example .eslintrc
````json
{
"extends": "eslint-config-squarespace",
"env": {
"browser": true,
"jest": true,
"node": true
}
}
````
## License
Apache-2 copyright Squarespace