eslint-plugin-cute
Advanced tools
Comparing version 0.1.1 to 0.1.2
13
base.js
@@ -0,1 +1,3 @@ | ||
const prettierSettings = require('./prettierSettings'); | ||
module.exports = { | ||
@@ -11,13 +13,4 @@ extends: ['eslint:recommended', 'prettier'], | ||
rules: { | ||
'prettier/prettier': [ | ||
'error', | ||
{ | ||
singleQuote: true, | ||
trailingComma: 'all', | ||
bracketSpacing: false, | ||
jsxBracketSameLine: true, | ||
parser: 'flow', | ||
}, | ||
], | ||
'prettier/prettier': ['warning', prettierSettings], | ||
}, | ||
}; |
{ | ||
"name": "eslint-plugin-cute", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "The inner workings of cute, an opinionated ESLint config that works well with prettier, jest and vue.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -0,1 +1,3 @@ | ||
const prettierSettings = require('./prettierSettings'); | ||
module.exports = { | ||
@@ -19,2 +21,3 @@ extends: 'plugin:vue/recommended', | ||
{ | ||
...prettierSettings, | ||
parser: 'vue', | ||
@@ -21,0 +24,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2403
6
87