UNPKG

146 BTypeScriptView Raw
1declare const recommended: {
2 plugins: string[];
3 rules: {
4 'deprecation/deprecation': string;
5 };
6};
7export default recommended;