You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

eslint-config-lionc

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-lionc - npm Package Compare versions

Comparing version

to
0.1.3

module.exports = {
'extends': [
'opencreek'
'lionc'
],

@@ -5,0 +5,0 @@

{
"name": "eslint-config-lionc",
"version": "0.1.2",
"version": "0.1.3",
"description": "Extendable ESLint config for modern, simple Javascript, Typescript and Node",

@@ -5,0 +5,0 @@ "main": "index.js",

module.exports = {
'extends': [
'opencreek',
'lionc',
'plugin:@typescript-eslint/recommended'

@@ -5,0 +5,0 @@ ],