* Move all rust crates (except lib) into crates dir, w/o nesting * Remove stale path from .gitattributes * Rename lib.rs files for easier navigation * Rename mod.rs file for easier navigation * Fix emscripten-version path * Fix fixtures dir paths * Use the default rustfmt settings * Don't use nightly on CI
24 lines
537 B
JSON
24 lines
537 B
JSON
{
|
|
"name": "eslint-config-treesitter",
|
|
"version": "1.0.2",
|
|
"description": "Eslint configuration for Tree-sitter grammar files",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tree-sitter/tree-sitter.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Amaan Qureshi <amaanq12@gmail.com>",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintconfig",
|
|
"tree-sitter"
|
|
],
|
|
"dependencies": {
|
|
"eslint-plugin-jsdoc": "^50.2.4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">= 9"
|
|
}
|
|
}
|