File tree 5 files changed +43
-9
lines changed
5 files changed +43
-9
lines changed Original file line number Diff line number Diff line change 1
1
node_modules /
2
2
lib /
3
3
downloads /
4
- resources /
4
+ arduino-ide-extension / src / node / resources
5
5
arduino-ide-extension /Examples /
6
6
src-gen /
7
7
gen-webpack.config.js
Original file line number Diff line number Diff line change
1
+ lib
2
+ dist
3
+ plugins
4
+ src-gen
5
+ i18n
6
+ gen-webpack *
7
+ .browser_modules
8
+ arduino-ide-extension /src /node /resources
9
+ cli-protocol
10
+ * color-theme.json
11
+ arduino-icons.json
12
+ .github
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ {
2
+ "singleQuote" : true ,
3
+ "tabWidth" : 2 ,
4
+ "useTabs" : false ,
5
+ "printWidth" : 80 ,
6
+ "endOfLine" : " auto" ,
7
+ "overrides" : [
8
+ {
9
+ "files" : " *.json" ,
10
+ "options" : {
11
+ "tabWidth" : 2
12
+ }
13
+ },
14
+ {
15
+ "files" : " *.css" ,
16
+ "options" : {
17
+ "tabWidth" : 4 ,
18
+ "singleQuote" : false
19
+ }
20
+ },
21
+ {
22
+ "files" : " *.html" ,
23
+ "options" : {
24
+ "tabWidth" : 4
25
+ }
26
+ }
27
+ ]
28
+ }
Original file line number Diff line number Diff line change 52
52
"i18n:pull" : " node ./scripts/i18n/transifex-pull.js ./i18n/" ,
53
53
"themes:pull" : " node ./scripts/themes/theme-tokens-pull.js" ,
54
54
"themes:generate" : " node ./scripts/themes/theme-generator.js" ,
55
- "compose-changelog" : " yarn --cwd ./arduino-ide-extension compose-changelog"
55
+ "compose-changelog" : " yarn --cwd ./arduino-ide-extension compose-changelog" ,
56
+ "format" : " prettier --write ."
56
57
},
57
58
"lint-staged" : {
58
59
"./arduino-ide-extension/**/*.{ts,tsx}" : [
You can’t perform that action at this time.
0 commit comments