feat(dashboard,ui): Streamline spacing and sizing (#6061)

This commit is contained in:
Kasper Fabricius Kristensen
2024-01-15 11:43:16 +01:00
committed by GitHub
parent 5dacd4ac9f
commit a2c149e7e5
266 changed files with 10738 additions and 4646 deletions
+2 -2
View File
@@ -227,7 +227,7 @@ module.exports = {
},
},
{
files: ["packages/admin-next/dashboard/**/*"],
files: ["packages/admin-next/dashboard/src/**/*.{ts,tsx}"],
env: { browser: true, es2020: true, node: true },
extends: [
"eslint:recommended",
@@ -236,7 +236,7 @@ module.exports = {
],
parser: "@typescript-eslint/parser",
parserOptions: {
project: "./packages/admin-next/dashboard/tsconfig.json",
project: "tsconfig.json",
},
plugins: ["react-refresh"],
rules: {