Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
node: true,
mocha: true
},
+ parserOptions: {
+ ecmaVersion: 2021,
+ sourceType: 'module'
+ },
plugins: ['promise', 'prettierx', 'jsdoc', 'spellcheck'],
extends: [
'standard',
files: ['**/*.ts'],
parser: '@typescript-eslint/parser',
parserOptions: {
- ecmaVersion: 2020,
- sourceType: 'module',
project: './tsconfig.json'
},
plugins: ['@typescript-eslint'],
{
"compilerOptions": {
- "target": "ES2019",
- "module": "ES2020",
+ "target": "ES2021",
+ "module": "ES2022",
"outDir": "lib",
"esModuleInterop": true,
"declaration": true,