Skip to content

Commit

Permalink
Merge branch 'yannickcr:master' into fix/#3172
Browse files Browse the repository at this point in the history
  • Loading branch information
Primajin committed Jan 17, 2022
2 parents 4de38ef + 0d89462 commit f74e637
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -44,28 +44,28 @@
"string.prototype.matchall": "^4.0.6"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-syntax-decorators": "^7.16.0",
"@babel/plugin-syntax-do-expressions": "^7.16.0",
"@babel/plugin-syntax-function-bind": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/core": "^7.16.7",
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-syntax-decorators": "^7.16.7",
"@babel/plugin-syntax-do-expressions": "^7.16.7",
"@babel/plugin-syntax-function-bind": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@types/eslint": "=7.2.10",
"@types/estree": "^0.0.50",
"@types/node": "^16.11.7",
"@types/node": "^16.11.19",
"@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0",
"aud": "^1.1.5",
"aud": "^2.0.0",
"babel-eslint": "^8 || ^9 || ^10.1.0",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-remote-tester": "^2.0.1",
"eslint-remote-tester-repositories": "^0.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-remote-tester": "^2.1.1",
"eslint-remote-tester-repositories": "^0.0.4",
"eslint-scope": "^3.7.3",
"espree": "^3.5.4",
"istanbul": "^0.4.5",
"ls-engines": "^0.6.1",
"ls-engines": "^0.6.3",
"markdown-magic": "^2.5.2",
"mocha": "^5.2.0",
"sinon": "^7.5.0",
Expand Down
7 changes: 6 additions & 1 deletion test/eslint-remote-tester.config.js
Expand Up @@ -21,7 +21,12 @@ module.exports = {
env: {
es6: true,
},
parser: '@typescript-eslint/parser',
overrides: [
{
files: ['*.ts', '*.tsx', '*.mts', '*.cts'],
parser: '@typescript-eslint/parser',
},
],
parserOptions: {
ecmaVersion: 2020,
sourceType: 'module',
Expand Down

0 comments on commit f74e637

Please sign in to comment.