mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 03:23:11 +00:00
remove import package
This commit is contained in:
parent
d02d6e3c0e
commit
c727f35d59
3 changed files with 1 additions and 1858 deletions
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
parser: "@typescript-eslint/parser",
|
||||
plugins: ["jsdoc", "html", "import", "file-extension-in-import-ts"],
|
||||
plugins: ["jsdoc", "html", "file-extension-in-import-ts"],
|
||||
extends: ["plugin:@typescript-eslint/recommended"],
|
||||
settings: {
|
||||
"import/extensions": [".js", ".ts"],
|
||||
|
|
1856
package-lock.json
generated
1856
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -73,7 +73,6 @@
|
|||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-file-extension-in-import-ts": "^2.1.0",
|
||||
"eslint-plugin-html": "^8.1.1",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-jsdoc": "^48.2.3",
|
||||
"fft-windowing": "^0.1.4",
|
||||
"fourier-transform": "^1.1.2",
|
||||
|
|
Loading…
Reference in a new issue