Skip to content

Commit ae7e671

Browse files
committed
add package
1 parent e1e7be5 commit ae7e671

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@
8383
"browser": "./dist/extension.browser.js",
8484
"l10n": "./l10n",
8585
"contributes": {
86-
"problemMatchers":
87-
[
86+
"problemMatchers": [
8887
{
8988
"name": "python",
9089
"owner": "python",
@@ -98,7 +97,6 @@
9897
},
9998
{
10099
"regexp": "^\\s*(.*)\\s*$"
101-
102100
},
103101
{
104102
"regexp": "^\\s*(.*Error.*)$",
@@ -1640,6 +1638,7 @@
16401638
"eslint-config-prettier": "^8.3.0",
16411639
"eslint-plugin-import": "^2.29.1",
16421640
"eslint-plugin-jsx-a11y": "^6.3.1",
1641+
"eslint-plugin-no-only-tests": "^3.3.0",
16431642
"eslint-plugin-react": "^7.20.3",
16441643
"eslint-plugin-react-hooks": "^4.0.0",
16451644
"expose-loader": "^3.1.0",

0 commit comments

Comments
 (0)