mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 08:53:33 +00:00
feat 🥁: initialize project with complete codebase
This commit is contained in:
commit
d569dea1fb
35 changed files with 4413 additions and 0 deletions
10
eslint-plugin-eslint-plugin.d.ts
vendored
Normal file
10
eslint-plugin-eslint-plugin.d.ts
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
declare module 'eslint-plugin-eslint-plugin' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const configs: Record<string, any>;
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const rules: Record<string, any>;
|
||||
export { configs, rules };
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const _default: { configs: Record<string, any>; rules: Record<string, any> };
|
||||
export default _default;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue