q9
This commit is contained in:
11
node_modules/@vue/eslint-config-prettier/index.js
generated
vendored
Normal file
11
node_modules/@vue/eslint-config-prettier/index.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
const recommendedConfig = require("eslint-plugin-prettier/recommended");
|
||||
|
||||
/** @type {import('eslint').Linter.Config} */
|
||||
module.exports = {
|
||||
...recommendedConfig,
|
||||
rules: {
|
||||
...recommendedConfig.rules,
|
||||
// should warn instead of error because formatting is not a critical issue
|
||||
"prettier/prettier": "warn",
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user