get-sourcecode-from-file-path
Version:
Retrieves the ESLint-generated SourceCode object of a file from its absolute path.
23 lines (22 loc) • 571 B
JSON
{
"name": "get-sourcecode-from-file-path",
"version": "1.1.3",
"description": "Retrieves the ESLint-generated SourceCode object of a file from its absolute path.",
"keywords": [
"eslint",
"sourcecode",
"path"
],
"license": "MIT",
"author": "Luther Tchofo Safo <luther@tchofo-safo-portfolio.me>",
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LutherTS/get-sourcecode-from-file-path.git"
},
"dependencies": {
"eslint": "^9.29.0",
"typescript-eslint": "^8.34.1"
}
}