This commit is contained in:
parent
5df2577e71
commit
1437316519
@ -28,11 +28,10 @@
|
|||||||
"compile": "tsc"
|
"compile": "tsc"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"LICENSE",
|
"lib/**/*.ts",
|
||||||
"**/*.js",
|
"dist/**/*.js",
|
||||||
"**/*.ts",
|
"dist/**/*.d.ts",
|
||||||
"**/*.d.ts",
|
"dist/**/*.map"
|
||||||
"**/*.map"
|
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"authentication",
|
"authentication",
|
||||||
|
@ -18,6 +18,5 @@ module.exports = {
|
|||||||
Atomics: 'readonly',
|
Atomics: 'readonly',
|
||||||
SharedArrayBuffer: 'readonly'
|
SharedArrayBuffer: 'readonly'
|
||||||
},
|
},
|
||||||
parserOptions: { ecmaVersion: 2018 },
|
parserOptions: { ecmaVersion: 2018 }
|
||||||
rules: { 'node/no-unpublished-import': 'off' }
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user