Added Prettier to project
This commit is contained in:
parent
61184f57a5
commit
7df500cb99
5 changed files with 131 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
|||
// @ts-check
|
||||
import withNuxt from "./.nuxt/eslint.config.mjs";
|
||||
import eslintPluginPrettierRecommended from "eslint-plugin-prettier/recommended";
|
||||
|
||||
export default withNuxt({
|
||||
export default withNuxt(eslintPluginPrettierRecommended, {
|
||||
files: ["**/*.{ts,js,vue}"],
|
||||
rules: {
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue