diff options
author | silverwind | 2023-01-21 03:42:13 +0100 |
---|---|---|
committer | GitHub | 2023-01-21 10:42:13 +0800 |
commit | a1fcb1cfb84fd6b36c8fe9fd56588119fa4377bc (patch) | |
tree | 579656bd784dae89489903345ffd1f5c739f2696 /.eslintrc.yaml | |
parent | f417157bddcc246849464d5b1d4f01536a50176e (diff) |
Update JS dependencies (#22538)
- Update all JS dependencies
- Add new eslint rules
- Rebuild SVGs
- Tested citation and build
SVG changes are because of https://github.com/primer/octicons/pull/883.
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to '.eslintrc.yaml')
-rw-r--r-- | .eslintrc.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.yaml b/.eslintrc.yaml index 32e7ea70c..fdd86a464 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml @@ -84,6 +84,7 @@ rules: id-length: [0] id-match: [0] implicit-arrow-linebreak: [0] + import/consistent-type-specifier-style: [0] import/default: [0] import/dynamic-import-chunkname: [0] import/export: [2] @@ -103,6 +104,7 @@ rules: import/no-default-export: [0] import/no-deprecated: [0] import/no-dynamic-require: [0] + import/no-empty-named-blocks: [2] import/no-extraneous-dependencies: [2] import/no-import-module-exports: [0] import/no-internal-modules: [0] |