You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rule actually makes sense to JavaScript users, but it's disabled due to compatibility with TypeScript, how about rename to consistent-json-file-read, and default to read as string, but add option to allow read it as buffer?
Description
This rule actually makes sense to JavaScript users, but it's disabled due to compatibility with TypeScript, how about rename to
consistent-json-file-read
, and default to read asstring
, but add option to allow read it asbuffer
?Examples
Additional Info
We may want check other cases in the future, since there are more way to read a JSON file now.
The text was updated successfully, but these errors were encountered: