Skip to content

Commit

Permalink
tests: adjust tests for ESLint 8.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BenoitZugmeyer committed Sep 20, 2021
1 parent cf5a852 commit fdd58c6
Showing 3 changed files with 97 additions and 76 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -10,3 +10,4 @@ env:

parserOptions:
sourceType: script
ecmaVersion: 2018
7 changes: 7 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"use strict"
module.exports = {
moduleNameMapper: {
"@eslint/eslintrc/universal":
"<rootDir>/node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs",
},
}
Loading

0 comments on commit fdd58c6

Please # to comment.