Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit a64f808

Browse files
committed
add barebone contented-preview
1 parent 89795fc commit a64f808

21 files changed

+4002
-173
lines changed

.eslintrc

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"plugins": ["simple-import-sort"],
3+
"extends": ["airbnb-base", "airbnb-typescript/base", "prettier"],
4+
"ignorePatterns": ["**/*.config.ts", "**/*.config.js"],
5+
"rules": {
6+
"class-methods-use-this": "off",
7+
"import/no-extraneous-dependencies": "off",
8+
"import/prefer-default-export": "off",
9+
"import/extensions": "off",
10+
"no-use-before-define": "off",
11+
"@typescript-eslint/no-use-before-define": "off",
12+
"no-console": "error",
13+
"simple-import-sort/imports": "error",
14+
"simple-import-sort/exports": "error"
15+
},
16+
"parserOptions": {
17+
"project": "./tsconfig.json"
18+
}
19+
}

.eslintrc.json

-7
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)