Socket
Socket
Sign inDemoInstall

eslint-config-xo-lass

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-xo-lass - npm Package Compare versions

Comparing version 1.0.6 to 2.0.0

xo.config.js

96

package.json
{
"name": "eslint-config-xo-lass",
"description": "ESLint shareable config for Lass to be used with eslint-config-xo",
"version": "1.0.6",
"version": "2.0.0",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

@@ -10,33 +10,22 @@ "bugs": {

},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"contributors": [
"Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"
],
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"cross-env": "latest",
"eslint": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"fixpack": "latest",
"husky": "latest",
"lint-staged": "latest",
"prettier": "latest",
"remark-cli": "latest",
"remark-preset-github": "latest",
"xo": "latest"
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"cross-env": "^7.0.3",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"remark-cli": "^10.0.1",
"remark-preset-github": "^4.0.3",
"xo": "^0.49.0"
},
"engines": {
"node": ">=14"
},
"files": [
"xo.config.js"
],
"homepage": "https://github.com/lassjs/eslint-config-xo-lass",
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [

@@ -52,28 +41,3 @@ "cabin",

"license": "MIT",
"lint-staged": {
"*.js": [
"prettier --write",
"xo --fix",
"git add"
],
"*.md": [
"remark . -qfo",
"git add"
],
"package.json": [
"fixpack",
"git add"
]
},
"main": "index.js",
"prettier": {
"singleQuote": true,
"bracketSpacing": true,
"trailingComma": "none"
},
"remarkConfig": {
"plugins": [
"preset-github"
]
},
"main": "xo.config.js",
"repository": {

@@ -84,30 +48,6 @@ "type": "git",

"scripts": {
"lint": "xo && remark . -qfo",
"lint": "xo --fix && remark . -qfo && fixpack",
"prepare": "husky install",
"test": "npm run lint"
},
"xo": {
"prettier": true,
"space": true,
"parserOptions": {
"sourceType": "script"
},
"rules": {
"max-len": [
"error",
{
"code": 80,
"ignoreUrls": true
}
],
"unicorn/catch-error-name": [
"error",
{
"name": "err"
}
],
"capitalized-comments": "off",
"camelcase": "off",
"no-warning-comments": "off"
}
}
}

@@ -27,9 +27,3 @@ # eslint-config-xo-lass

[yarn][]:
```sh
yarn add -D eslint-config-xo-lass
```
## Usage

@@ -56,4 +50,2 @@

[yarn]: https://yarnpkg.com/
[shareable-config]: http://eslint.org/docs/developer-guide/shareable-configs.html

@@ -60,0 +52,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc