Skip to content

Commit c9e060f

Browse files
committedOct 31, 2022
feat: move all web pkgs into a single npm pkg @lion/ui
1 parent fab6b57 commit c9e060f

File tree

1,142 files changed

+1946
-5097
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,142 files changed

+1946
-5097
lines changed
 

‎.changeset/tiny-lamps-melt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@lion/calendar": patch
2+
'@lion/calendar': patch
33
---
44

55
Fix: calendar translation de.js strings corrected

‎.eslintrc.js

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
const path = require('path');
2+
13
module.exports = {
24
extends: ['@open-wc/eslint-config', 'eslint-config-prettier'].map(require.resolve),
35
overrides: [
@@ -40,4 +42,9 @@ module.exports = {
4042
},
4143
},
4244
],
45+
settings: {
46+
'import/resolver': {
47+
[path.resolve('./scripts/eslint-resolver.cjs')]: {},
48+
},
49+
},
4350
};

0 commit comments

Comments
 (0)