chore: lint
This commit is contained in:
parent
65c220f292
commit
33330f0bda
|
|
@ -7,8 +7,8 @@
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"alwaysStrict": false,
|
"alwaysStrict": false,
|
||||||
"strict": true,
|
"strict": true
|
||||||
},
|
},
|
||||||
"include": ["src", "typings", "node_modules/zotero-types"],
|
"include": ["src", "typings", "node_modules/zotero-types"],
|
||||||
"exclude": ["build", "addon", "test"],
|
"exclude": ["build", "addon", "test"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue