feat: integrate luckysheet inline and fullscreen
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
import globals from "globals";
|
||||
import pluginJs from "@eslint/js";
|
||||
import tseslint from "typescript-eslint";
|
||||
|
||||
/** @type {import('eslint').Linter.Config[]} */
|
||||
export default [
|
||||
{ files: ["**/*.{js,mjs,cjs,ts}"] },
|
||||
{ languageOptions: { globals: globals.browser } },
|
||||
pluginJs.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
{
|
||||
ignores: [
|
||||
"**/node_modules/**",
|
||||
"**/dist/**",
|
||||
"**/server/public/dist/**",
|
||||
"**/luckysheet-source-private/**",
|
||||
"**/build/**",
|
||||
"**/logs/**",
|
||||
"**public/**",
|
||||
"**/server/wwwroot/**",
|
||||
"**/server/scripts/**",
|
||||
],
|
||||
},
|
||||
{
|
||||
rules: {},
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user