feat: support builtin dev server #1687
Annotations
10 warnings
|
CI (20):
packages/ice-npm-utils/__tests__/index.test.ts#L168
Caution: `rimraf` also has a named export `sync`. Check if you meant to write `import {sync} from 'rimraf'` instead
|
|
CI (20):
packages/ice-npm-utils/__tests__/index.test.ts#L164
Caution: `rimraf` also has a named export `sync`. Check if you meant to write `import {sync} from 'rimraf'` instead
|
|
CI (20):
packages/ice-npm-utils/__tests__/index.test.ts#L153
Caution: `rimraf` also has a named export `sync`. Check if you meant to write `import {sync} from 'rimraf'` instead
|
|
CI (20):
packages/ice-npm-utils/__tests__/index.test.ts#L148
Caution: `rimraf` also has a named export `sync`. Check if you meant to write `import {sync} from 'rimraf'` instead
|
|
CI (20):
packages/ice-npm-utils/__tests__/index.test.ts#L4
Using exported name 'rimraf' as identifier for default import
|
|
CI (20):
examples/react-multi-components/src/Avatar/index.tsx#L6
An empty interface is equivalent to `{}`
|
|
CI (20):
examples/react-component/src/components/Button/index.tsx#L36
'children' is missing in props validation
|
|
CI (20):
examples/react-component/pages/index.tsx#L4
Component definition is missing display name
|
|
CI (20):
eslint.config.mjs#L8
Replace `⏎······'examples/**/*.{js,jsx,ts,tsx}',⏎······'tests/**/*.{js,jsx,ts,tsx}',⏎······'scripts/**/*.{ts,js}',⏎····` with `'examples/**/*.{js,jsx,ts,tsx}',·'tests/**/*.{js,jsx,ts,tsx}',·'scripts/**/*.{ts,js}'`
|
|
CI (20):
.commitlintrc.js#L1
A `require()` style import is forbidden
|