We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557464f commit 32b15acCopy full SHA for 32b15ac
.eslintrc.js
@@ -1,5 +1,4 @@
1
-/* eslint-disable no-undef */
2
-import { eslintrc } from "@futura-dev/eslint-config-typescript";
+const { eslintrc } = require("@futura-dev/eslint-config-typescript");
3
4
module.exports = {
5
// parser
package.json
@@ -31,7 +31,7 @@
31
"devDependencies": {
32
"@commitlint/config-conventional": "^17.6.3",
33
"@futura-dev/contributing-gen": "^2.1.0",
34
- "@futura-dev/cosmodrome": "^1.4.1",
+ "@futura-dev/cosmodrome": "1.4.1",
35
"@futura-dev/cosmokeeper": "^0.1.8",
36
"commitlint": "^17.6.3",
37
"npm-check-updates": "^16.14.15"
0 commit comments