Skip to content

Commit

Permalink
wip #3290 npm-lib-admin-ui poc
Browse files Browse the repository at this point in the history
  • Loading branch information
ComLock committed Oct 3, 2023
1 parent 6e4bea2 commit 2a656a2
Show file tree
Hide file tree
Showing 56 changed files with 5,465 additions and 57 deletions.
5 changes: 4 additions & 1 deletion .editorconfig
Expand Up @@ -3,9 +3,12 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[{*.js,*.ts,*.json}]
indent_size = 4
indent_style = space

[{*.less,package.json,*.yml}]
indent_size = 2
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -53,5 +53,6 @@ module.exports = {
'build/',
'dist/',
'.xp/',
'tsup.config.ts'
],
};
5 changes: 2 additions & 3 deletions .swcrc
Expand Up @@ -16,8 +16,7 @@
},
"exclude": [
".*\\.d\\.ts$",
"/spec/",
"/lib/"
"/spec/"
],
"module": {
"type": "commonjs",
Expand All @@ -27,4 +26,4 @@
"noInterop": true
},
"sourceMaps": "inline"
}
}

0 comments on commit 2a656a2

Please sign in to comment.