Skip to content

Commit

Permalink
📦 Update linting devDependencies (#39577)
Browse files Browse the repository at this point in the history
* 📦 Update linting devDependencies

* `amp lint --fix`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Rozenberg <rodaniel@amp.dev>
  • Loading branch information
renovate[bot] and danielrozenberg authored Nov 15, 2023
1 parent defa310 commit ed16ad3
Show file tree
Hide file tree
Showing 7 changed files with 296 additions and 260 deletions.
543 changes: 292 additions & 251 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"@types/mocha": "8.2.3",
"@types/node": "18.16.14",
"@types/tar": "6.1.5",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"acorn-globals": "6.0.0",
"ajv": "8.10.0",
"ajv-formats": "2.1.1",
Expand Down Expand Up @@ -100,12 +100,12 @@
"enzyme-adapter-preact-pure": "3.1.0",
"esbuild": "0.19.5",
"escodegen": "2.0.0",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-babel-module": "5.3.2",
"eslint-plugin-chai-expect": "3.0.0",
"eslint-plugin-eslint-plugin": "5.1.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jasmine": "4.1.3",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-local": "1.0.0",
Expand Down
1 change: 0 additions & 1 deletion src/service/mutator-interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,3 @@ export class MutatorInterface {
*/
measureMutateElement(element, measurer, mutator) {}
}
/* eslint-enable no-unused-vars */
1 change: 0 additions & 1 deletion src/service/owners-interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,3 @@ export class OwnersInterface {
*/
requireLayout(element, opt_parentPriority) {}
}
/* eslint-enable no-unused-vars */
1 change: 0 additions & 1 deletion src/service/resources-interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@ export class ResourcesInterface {
*/
updateLayoutPriority(element, newLayoutPriority) {}
}
/* eslint-enable no-unused-vars */
1 change: 0 additions & 1 deletion src/service/viewer-interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,3 @@ export class ViewerInterface {
*/
replaceUrl(newUrl) {}
}
/* eslint-enable no-unused-vars */
1 change: 0 additions & 1 deletion src/service/viewport/viewport-interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,3 @@ export class ViewportInterface extends Disposable {
*/
createFixedLayer(constructor) {}
}
/* eslint-enable no-unused-vars */

0 comments on commit ed16ad3

Please sign in to comment.