New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@lbu/lint-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lbu/lint-config - npm Package Compare versions

Comparing version

to
0.0.102

@@ -32,3 +32,9 @@ /* eslint-disable import/no-commonjs */

// ESLint plugin import
"import/export": "off",
"import/first": "error",
"import/named": "off",
"import/namespace": "off",
"import/newline-after-import": ["error", { count: 1 }],
"import/no-commonjs": "error",
"import/no-default-export": "error",
"import/order": [

@@ -41,5 +47,2 @@ "error",

],
"import/first": "error",
"import/newline-after-import": ["error", { count: 1 }],
"import/no-default-export": "error",
},

@@ -46,0 +49,0 @@ env: {

{
"name": "@lbu/lint-config",
"version": "0.0.101",
"version": "0.0.102",
"description": "ESLint & Prettier config",

@@ -17,6 +17,6 @@ "main": "index.js",

"babel-eslint": "10.1.0",
"eslint": "7.13.0",
"eslint": "7.14.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.22.1",
"prettier": "2.1.2"
"prettier": "2.2.0"
},

@@ -44,3 +44,3 @@ "maintainers": [

},
"gitHead": "4e64a2ab684dd9fe03daad479ab3846d28f38093"
"gitHead": "f3d63b97864d03d0b9f9f3cd2c99d4798e473c41"
}

@@ -15,2 +15,10 @@ /* eslint-disable import/no-commonjs */

endOfLine: "lf",
overrides: [
{
files: "*.js",
options: {
parser: "meriyah",
},
},
],
};