observable-fs
Version:
Provides as Observables some of the APIs of node fs
11 lines (10 loc) • 374 B
JSON
// https://stackoverflow.com/questions/64271575/error-with-my-eslintrc-js-file-parsing-error-parseroptions-project-has/64283139#64283139
// https://stackoverflow.com/a/65063702/5699993
// Special typescript project file, used by eslint only.
{
"extends": "./tsconfig.json",
"include": [
// these are the eslint-only inclusions
".eslintrc.js"
]
}