1 2 3 4 5 6 7 8 9 10 11import unjs from "eslint-config-unjs"; // https://github.com/unjs/eslint-config export default unjs({ ignores: ["lib"], rules: { "unicorn/prefer-top-level-await": 0, "unicorn/prefer-module": 0, }, });
1 2 3 4 5 6 7 8 9 10 11
import unjs from "eslint-config-unjs"; // https://github.com/unjs/eslint-config export default unjs({ ignores: ["lib"], rules: { "unicorn/prefer-top-level-await": 0, "unicorn/prefer-module": 0, }, });