File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " tree-timers" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "license" : " MIT" ,
55 "author" : " Benjamin Croisdale" ,
66 "homepage" : " https://AwdeDarkar.github.io/tree-timers" ,
5353 " react-app/jest"
5454 ],
5555 "plugins" : [
56- " jsdoc"
56+ " jsdoc"
5757 ],
5858 "parserOptions" : {
5959 "project" : " ./tsconfig.json"
6060 },
6161 "settings" : {
62- "import/resolver" : {
63- "node" : {
64- "extensions" : [
65- " .js" ,
66- " .ts" ,
67- " .jsx" ,
68- " .tsx"
69- ]
70- }
62+ "import/resolver" : {
63+ "node" : {
64+ "extensions" : [
65+ " .js" ,
66+ " .ts" ,
67+ " .jsx" ,
68+ " .tsx"
69+ ]
7170 }
71+ }
7272 },
7373 "rules" : {
7474 "import/extensions" : [
75- " error" ,
76- " never"
75+ " error" ,
76+ " never"
7777 ],
7878 "semi" : [
7979 " error" ,
9292 4
9393 ],
9494 "react/jsx-filename-extension" : [
95- " error" ,
96- {
97- "extensions" : [
98- " .jsx" ,
99- " .tsx"
100- ]
101- }
95+ " error" ,
96+ {
97+ "extensions" : [
98+ " .jsx" ,
99+ " .tsx"
100+ ]
101+ }
102102 ],
103103 "react/require-default-props" : 0 ,
104104 "jsx-a11y/label-has-associated-control" : 0 ,
You can’t perform that action at this time.
0 commit comments