feat(dashboard,ui): Streamline spacing and sizing (#6061)
This commit is contained in:
+2
-2
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user