Remove unnecessary eslint.config.cjs file
This commit is contained in:
Родитель
75bf9ce0ae
Коммит
011d63cc19
|
@ -1,3 +0,0 @@
|
|||
const sharedConfig = require('../../eslint.config.cjs');
|
||||
|
||||
module.exports = [...sharedConfig];
|
|
@ -50,7 +50,7 @@
|
|||
"build:rollup": "yarn clean && yarn build && api-extractor run --verbose --local",
|
||||
"clean": "rimraf _ts3.4 lib tsconfig.tsbuildinfo",
|
||||
"depcheck": "depcheck --config ../../.depcheckrc",
|
||||
"lint": "eslint .",
|
||||
"lint": "eslint . --config ../../eslint.config.cjs",
|
||||
"postbuild": "downlevel-dts lib _ts3.4/lib --checksum",
|
||||
"test": "npm-run-all build test:mocha",
|
||||
"test:mocha": "nyc mocha tests",
|
||||
|
|
Загрузка…
Ссылка в новой задаче