UNPKG
eslint-plugin-ferramentas
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
A bundle of useful ESLint rules
github.com/filipomar/eslint-ferramentas
filipomar/eslint-ferramentas
eslint-plugin-ferramentas
/
dist
/
Rules
/
RelativeImportOrder
/
Metadata.d.ts
4 lines
(3 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
import
type
{
JSON
Schema4 }
from
'json-schema'
;
export
declare
const
schema
:
JSON
Schema4;
export
declare
const
name =
"relative-import-order"
;