Closed purefan closed 2 years ago
Named imports should not be flagged as errors since we do not have control over them: import { readFileSync } from 'fs' Should not throw an error
import { readFileSync } from 'fs'
1:10 error Identifiers must be snake_case: readFileSync (ImportSpecifier) snakecasejs/snakecasejs
Versions
Named imports should not be flagged as errors since we do not have control over them:
import { readFileSync } from 'fs'
Should not throw an errorActual Behavior