|
1 년 전 | |
---|---|---|
.. | ||
_ts3.4 | 1 년 전 | |
dist | 1 년 전 | |
LICENSE | 1 년 전 | |
README.md | 1 년 전 | |
package.json | 1 년 전 |
Utilities for working with TypeScript + ESLint together.
This package is purely a re-export of @typescript-eslint/utils
.
You should switch to importing from that non-experimental package instead.
- import { RuleCreator } from '@typescript-eslint/experimental-utils';
+ import { RuleCreator } from '@typescript-eslint/utils';
⚠ A future major version of this old package will
console.warn
to ask you to switch.