Skip to content

Commit

Permalink
Upgrade eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Feb 28, 2024
1 parent 48a1d3a commit 587a6e0
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 197 deletions.
7 changes: 5 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 2018
"ecmaVersion": 2018,
"sourceType": "module",
"allowImportExportEverywhere": true,
"requireConfigFile": false
},
"parser": "babel-eslint",
"rules": {
"linebreak-style": [
"error",
Expand Down
Loading

0 comments on commit 587a6e0

Please sign in to comment.