andrew před 4 roky
rodič
revize
3d34a47a4c

+ 1
- 0
estateagents-admin-manager/.npmrc Zobrazit soubor

@@ -0,0 +1 @@
1
+registry=https://registry.npm.taobao.org

+ 19
- 0
estateagents-admin-manager/.prettierignore Zobrazit soubor

@@ -0,0 +1,19 @@
1
+**/*.svg
2
+package.json
3
+.umi
4
+.umi-production
5
+/dist
6
+.dockerignore
7
+.DS_Store
8
+.eslintignore
9
+*.png
10
+*.toml
11
+docker
12
+.editorconfig
13
+Dockerfile*
14
+.gitignore
15
+.prettierignore
16
+LICENSE
17
+.eslintcache
18
+*.lock
19
+yarn-error.log

+ 5
- 0
estateagents-admin-manager/.prettierrc.js Zobrazit soubor

@@ -0,0 +1,5 @@
1
+const fabric = require('@umijs/fabric');
2
+
3
+module.exports = {
4
+  ...fabric.prettier,
5
+};

+ 5
- 0
estateagents-admin-manager/.stylelintrc.js Zobrazit soubor

@@ -0,0 +1,5 @@
1
+const fabric = require('@umijs/fabric');
2
+
3
+module.exports = {
4
+  ...fabric.stylelint,
5
+};