Initial interface
This commit is contained in:
parent
5d0a210e6d
commit
e2013351d1
23 changed files with 3237 additions and 0 deletions
14
ui/.eslintrc.cjs
Normal file
14
ui/.eslintrc.cjs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
module.exports = {
|
||||
root: true,
|
||||
extends: ['eslint:recommended', 'plugin:svelte/recommended', 'prettier'],
|
||||
parserOptions: {
|
||||
sourceType: 'module',
|
||||
ecmaVersion: 2020,
|
||||
extraFileExtensions: ['.svelte']
|
||||
},
|
||||
env: {
|
||||
browser: true,
|
||||
es2017: true,
|
||||
node: true
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue