update
This commit is contained in:
		| @@ -5,20 +5,20 @@ | ||||
|  * Created by Timo Hocker <timo@scode.ovh>, May 2020 | ||||
|  */ | ||||
|  | ||||
| /* eslint-disable */ | ||||
|  | ||||
| 'use strict'; | ||||
|  | ||||
| module.exports = { | ||||
|   env: { | ||||
|     commonjs: true, | ||||
|     es6: true, | ||||
|     node: true | ||||
|     es6:      true, | ||||
|     node:     true | ||||
|   }, | ||||
|   extends: [ | ||||
|     '@sapphirecode/eslint-config-ts' | ||||
|   ], | ||||
|   extends: [ '@sapphirecode/eslint-config-ts' ], | ||||
|   globals: { | ||||
|     Atomics: 'readonly', | ||||
|     Atomics:           'readonly', | ||||
|     SharedArrayBuffer: 'readonly' | ||||
|   }, | ||||
|   parserOptions: { | ||||
|     ecmaVersion: 2018 | ||||
|   } | ||||
| } | ||||
|   parserOptions: { ecmaVersion: 2018 } | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user