File tree Expand file tree Collapse file tree 3 files changed +8
-22
lines changed
Expand file tree Collapse file tree 3 files changed +8
-22
lines changed Original file line number Diff line number Diff line change 11{
2- "eslint.autoFixOnSave" : true ,
3- "tslint.autoFixOnSave" : true ,
4- "tslint.configFile" : " ./tslint.json" ,
5- "tslint.enable" : true ,
6- "files.exclude" : {
7- ".temp/" : true
8- },
9- "typescriptHero.resolver.ignorePatterns" : [
10- " build" ,
11- " out" ,
12- " dist" ,
13- " freemarkerjs"
14- ],
15- "typescriptHero.resolver.insertSemicolons" : false ,
16- "typescriptHero.resolver.importGroups" : [
17- {
18- "identifier" : " Remaining" ,
19- "order" : " desc"
20- }
21- ]
2+ "tslint.autoFixOnSave" : true ,
3+ "tslint.configFile" : " ./tslint.json" ,
4+ "tslint.enable" : true ,
5+ "files.exclude" : {
6+ ".temp/" : true
227 }
8+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " freemarker-parser" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.1.3 " ,
44 "description" : " Freemarker Parser is a javascript implementation of the Freemarker" ,
55 "scripts" : {
66 "build" : " npm run lint & tsc" ,
Original file line number Diff line number Diff line change 1111 "checkJs" : false ,
1212 "declaration" : true ,
1313 "diagnostics" : true ,
14- "forceConsistentCasingInFileNames" : true ,
14+ "forceConsistentCasingInFileNames" : false ,
1515 "lib" : [
1616 " es2015"
1717 ],
You can’t perform that action at this time.
0 commit comments