Fixed formatting
This commit is contained in:
parent
fa6c205838
commit
f3f351bbbc
2 changed files with 23 additions and 2 deletions
|
|
@ -17,7 +17,12 @@
|
||||||
"typescript/no-unused-vars": "warn",
|
"typescript/no-unused-vars": "warn",
|
||||||
"typescript/no-explicit-any": "warn",
|
"typescript/no-explicit-any": "warn",
|
||||||
"import/no-cycle": "error",
|
"import/no-cycle": "error",
|
||||||
"prefer-const": ["error", { "ignoreReadBeforeAssign": true }],
|
"prefer-const": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"ignoreReadBeforeAssign": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"react/react-in-jsx-scope": "allow"
|
"react/react-in-jsx-scope": "allow"
|
||||||
},
|
},
|
||||||
"ignorePatterns": ["node_modules/**", ".cache/**", "_site/**"]
|
"ignorePatterns": ["node_modules/**", ".cache/**", "_site/**"]
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,18 @@
|
||||||
[phases.setup]
|
[phases.setup]
|
||||||
aptPkgs = ["libnss3", "libatk1.0-0", "libatk-bridge2.0-0", "libcups2", "libgbm1", "libasound2t64", "libpangocairo-1.0-0", "libxss1", "libgtk-3-0", "libxshmfence1", "libglu1", "chromium", "unzip", "curl", "wget"]
|
aptPkgs = [
|
||||||
|
"libnss3",
|
||||||
|
"libatk1.0-0",
|
||||||
|
"libatk-bridge2.0-0",
|
||||||
|
"libcups2",
|
||||||
|
"libgbm1",
|
||||||
|
"libasound2t64",
|
||||||
|
"libpangocairo-1.0-0",
|
||||||
|
"libxss1",
|
||||||
|
"libgtk-3-0",
|
||||||
|
"libxshmfence1",
|
||||||
|
"libglu1",
|
||||||
|
"chromium",
|
||||||
|
"unzip",
|
||||||
|
"curl",
|
||||||
|
"wget",
|
||||||
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue