Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump dev dependencies
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed May 31, 2022
commit 774c3cdf4a9841617e109994a8ed4165ad939326
15 changes: 3 additions & 12 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
module.exports = {
root: true,
env: {
browser: true,
es6: true,
node: true,
jest: true
},
globals: {
t: true,
n: true,
Expand All @@ -16,8 +10,8 @@ module.exports = {
SCOPE_VERSION: true
},
parserOptions: {
parser: 'babel-eslint',
ecmaVersion: 6
parser: '@babel/eslint-parser',
ecmaVersion: 8
},
extends: [
'eslint:recommended',
Expand Down Expand Up @@ -78,10 +72,7 @@ module.exports = {
'error',
{
singleline: 3,
multiline: {
max: 3,
allowFirstLine: true
}
multiline: 3
}
]
}
Expand Down
Loading