eslint-config-omri-test
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -10,2 +10,5 @@ module.exports = { | ||
plugins: ['ban'], | ||
env: { | ||
node: true | ||
}, | ||
parserOptions: { | ||
@@ -12,0 +15,0 @@ ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features |
{ | ||
"name": "eslint-config-omri-test", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1709
33