eslint major version bump
This commit is contained in:
parent
258fb7cd0e
commit
3ddf8f6986
22 changed files with 1488 additions and 1048 deletions
|
@ -1,5 +1,5 @@
|
|||
/** @type {import("prettier").Options} */
|
||||
module.exports = {
|
||||
...require("@pompydev/prettier-config"),
|
||||
export default {
|
||||
...import("@pompydev/prettier-config"),
|
||||
plugins: ["prettier-plugin-tailwindcss"],
|
||||
}
|
4
apps/rank/eslint.config.js
Normal file
4
apps/rank/eslint.config.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import pompydevEslintConfig from "@pompydev/eslint-config"
|
||||
import { globalIgnores } from "eslint/config"
|
||||
|
||||
export default [globalIgnores(["**/.nuxt/"]), ...pompydevEslintConfig]
|
Loading…
Add table
Add a link
Reference in a new issue