Commit a16edf4d authored by nanahira's avatar nanahira

eslint

parent cdb7f035
Pipeline #16872 passed with stages
in 2 minutes and 49 seconds
......@@ -2,6 +2,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
project: 'tsconfig.json',
tsconfigRootDir : __dirname,
sourceType: 'module',
},
plugins: ['@typescript-eslint/eslint-plugin'],
......
This diff is collapsed.
......@@ -47,5 +47,5 @@ export class BaseDriver {
return cb();
}
async destroy(): Promise<void> { }
async destroy(): Promise<void> {}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment