Socket
Socket
Sign inDemoInstall

eslint-config-xo-lass

Package Overview
Dependencies
Maintainers
1
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.3 to 1.0.4

3

index.js

@@ -22,4 +22,5 @@ module.exports = {

}
]
],
'unicorn/import-style': 'off'
}
};
{
"name": "eslint-config-xo-lass",
"description": "ESLint shareable config for Lass to be used with eslint-config-xo",
"version": "1.0.3",
"version": "1.0.4",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
"bugs": {
"url": "https://github.com/niftylettuce/eslint-config-xo-lass/issues",
"url": "https://github.com/lassjs/eslint-config-xo-lass/issues",
"email": "niftylettuce@gmail.com"

@@ -30,7 +30,7 @@ },

"prettier": "latest",
"remark-cli": "latest",
"remark-cli": "8.x",
"remark-preset-github": "latest",
"xo": "latest"
},
"homepage": "https://github.com/niftylettuce/eslint-config-xo-lass",
"homepage": "https://github.com/lassjs/eslint-config-xo-lass",
"husky": {

@@ -53,17 +53,15 @@ "hooks": {

"lint-staged": {
"linters": {
"*.js": [
"prettier --write",
"xo --fix",
"git add"
],
"*.md": [
"remark . -qfo",
"git add"
],
"package.json": [
"fixpack",
"git add"
]
}
"*.js": [
"prettier --write",
"xo --fix",
"git add"
],
"*.md": [
"remark . -qfo",
"git add"
],
"package.json": [
"fixpack",
"git add"
]
},

@@ -83,3 +81,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/niftylettuce/eslint-config-xo-lass"
"url": "https://github.com/lassjs/eslint-config-xo-lass"
},

@@ -86,0 +84,0 @@ "scripts": {

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