fix readme

This commit is contained in:
Timo Hocker 2020-04-06 08:32:45 +02:00
parent c29f1d8622
commit 2705038e50

View File

@ -29,14 +29,7 @@ module.exports = {
}, },
extends: [ extends: [
'@scode' '@scode'
], ]
globals: {
Atomics: 'readonly',
SharedArrayBuffer: 'readonly'
},
parserOptions: {
ecmaVersion: 2018
}
} }
``` ```