eslint-plugin-cute
Advanced tools
Comparing version 0.1.0 to 0.1.1
module.exports = { | ||
extends: ['eslint:recommended', 'prettier'], | ||
plugins: ['prettier'], | ||
plugins: ['json', 'prettier'], | ||
parserOptions: { | ||
@@ -5,0 +5,0 @@ ecmaVersion: '2017', |
{ | ||
"name": "eslint-plugin-cute", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The inner workings of cute, an opinionated ESLint config that works well with prettier, jest and vue.", | ||
@@ -5,0 +5,0 @@ "repository": { |
2194