File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " docs-eslint" ,
33 "private" : true ,
4- "version" : " 8.27 .0" ,
4+ "version" : " 8.28 .0" ,
55 "description" : " " ,
66 "main" : " index.js" ,
77 "keywords" : [],
Original file line number Diff line number Diff line change 2121 },
2222 {
2323 "name" : " for-direction" ,
24- "description" : " Enforce \" for\" loop update clause moving the counter in the right direction. " ,
24+ "description" : " Enforce \" for\" loop update clause moving the counter in the right direction" ,
2525 "recommended" : true ,
2626 "fixable" : false ,
2727 "hasSuggestions" : false
13161316 },
13171317 {
13181318 "name" : " prefer-object-spread" ,
1319- "description" : " Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead. " ,
1319+ "description" : " Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead" ,
13201320 "recommended" : false ,
13211321 "fixable" : true ,
13221322 "hasSuggestions" : false
Original file line number Diff line number Diff line change 270270 "for-direction" : {
271271 "type" : " problem" ,
272272 "docs" : {
273- "description" : " Enforce \" for\" loop update clause moving the counter in the right direction. " ,
273+ "description" : " Enforce \" for\" loop update clause moving the counter in the right direction" ,
274274 "recommended" : true ,
275275 "url" : " https://eslint.org/docs/rules/for-direction"
276276 },
21392139 "prefer-object-spread" : {
21402140 "type" : " suggestion" ,
21412141 "docs" : {
2142- "description" : " Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead. " ,
2142+ "description" : " Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead" ,
21432143 "recommended" : false ,
21442144 "url" : " https://eslint.org/docs/rules/prefer-object-spread"
21452145 },
Original file line number Diff line number Diff line change 118118 < div id ="overview " class ="bg-2 ">
119119 < h1 > ESLint Report</ h1 >
120120 < div >
121- < span > 9 problems (5 errors, 4 warnings)</ span > - Generated on Sun Nov 06 2022 01:18:08 GMT-0500 (Eastern Standard Time)
121+ < span > 9 problems (5 errors, 4 warnings)</ span > - Generated on Fri Nov 18 2022 16:27:56 GMT-0500 (Eastern Standard Time)
122122 </ div >
123123 </ div >
124124 < table >
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint" ,
3- "version" : " 8.27 .0" ,
3+ "version" : " 8.28 .0" ,
44 "author" :
" Nicholas C. Zakas <[email protected] >" ,
55 "description" : " An AST-based pattern checker for JavaScript." ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments