eslint-plugin-literate-comments
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,2 @@ | ||
const indent = require('..eslint/lib/rules/indent.js') | ||
const indent = require('../eslint/lib/rules/indent.js') | ||
@@ -3,0 +3,0 @@ let createWrapper = function(context) { |
{ | ||
"name": "eslint-plugin-literate-comments", | ||
"version": "1.0.2", | ||
"description": "", | ||
"version": "1.0.3", | ||
"description": "Plugin to allow col-1 literate comments in a file", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
37887