.eslintrc.json 116 B

12345
  1. {
  2. "root": true,
  3. "extends": ["@kankan-components/eslint-config"],
  4. "globals": { "defineOptions": "writable" }
  5. }