@@ -16,7 +16,6 @@
"build:cjs": "tsc -p tsconfig.build.cjs.json && tsc-alias -p tsconfig.build.cjs.json",
"build:esm": "tsc -p tsconfig.build.esm.json && tsc-alias -p tsconfig.build.esm.json",
"lint:js": "eslint **/*.{js,ts}",
- "lint:styles": "",
"lint": "npm-run-all -p lint:*",
"test": "jest --verbose"
},
@@ -12,7 +12,6 @@
],
"scripts": {
"lint:js": "eslint **/*.{js,jsx,ts,tsx}",