@elfinct/eslint-plugin-elfin
Advanced tools
Comparing version 0.0.1 to 0.0.2
10
index.js
@@ -7,6 +7,8 @@ const VxPrefix = require('./dist/rules/vx-prefix') | ||
module.exports = { | ||
VxPrefix, | ||
RefPrefix, | ||
Comments, | ||
InvalidConsole, | ||
rules: { | ||
'vx-prefix': VxPrefix, | ||
'ref-prefix': RefPrefix, | ||
'comments': Comments, | ||
'invalid-console': InvalidConsole, | ||
}, | ||
} |
{ | ||
"name": "@elfinct/eslint-plugin-elfin", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
56584
1231