UNPKG

xpath-ts2

Version:

DOM 3 and 4 XPath 1.0 implementation for browser and Node.js environment with support for typescript 5.

28 lines (27 loc) 633 B
{ "root": true, "env": { "browser": false, "node": true, "es2022": true }, "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended-requiring-type-checking", "plugin:@typescript-eslint/strict", "plugin:@typescript-eslint/recommended" ], "overrides": [], "parserOptions": { "ecmaVersion": "latest", "sourceType": "module", "project": "./tsconfig.json" }, "parser": "@typescript-eslint/parser", "plugins": [ "@typescript-eslint", "eslint-plugin-tsdoc" ], "rules": { } }