exports = { parser: "vue-eslint-parser", parserOptions: { // Single parser parser: tsParser, // Multiple parser parser: { js: espree, ts: tsParser, } }, }If the parserOptions.parser is false, the vue-eslint-parser skips parsing tags completely. This is useful for people who use...
parser.ts tokenizer.ts script-setup script sfc style template utils index.ts parser-services.ts test typings .codecov.yml .eslintignore .eslintrc.yml .gitattributes .gitignore .gitmodules .npmrc .nycrc LICENSE README.md package.json rollup.config.js ...
overrides: [ { // enable the rule specifically for TypeScript files files: ['*.ts', '*.tsx'], parserOptions: { parser: '@typescript-eslint/parser' } } ], Try this config. { "parser": "vue-eslint-parser", "parserOptions": { "parser": { "ts": "@typescript-eslint/parser"...
132 - `npm run build` compiles TypeScript source code to `index.js`, `index.js.map`, and `index.d.ts`. 133 - `npm run coverage` shows the coverage result of `npm test` command with the default browser. 134 - `npm run clean` removes the temporary files which are created by ...
npm run build compiles TypeScript source code to index.js, index.js.map, and index.d.ts. npm run coverage shows the coverage result of npm test command with the default browser. npm run clean removes the temporary files which are created by npm test and npm run build. npm run lint ru...
was overlooked Contributor vilchik-elena commented Mar 27, 2023 @sschneider-ihre-pvs could you be more explicit? Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Assignees victor-diez-sonarsource Labels None yet Projects No open project...
+33 −16 src/html/parser.ts +11 −1 src/html/tokenizer.ts +17 −0 test/document-fragment.js +1,530 −0 test/fixtures/document-fragment/custom-block-end-tag-in-attr/document-fragment.json +7 −0 test/fixtures/document-fragment/custom-block-end-tag-in-attr/source.vue +...
Learn about pull requests Create pull request Compare and review just about anything Branches, tags, commit ranges, and time ranges. In the same repository and across forks. Example comparisons project-undef May 14, 2023 ts-poc Sep 28, 2022 master@{1day}...master 24 hours ago ...
"strictNullChecks":true,"strictPropertyInitialization":true,"target":"esnext"},"include": ["node_modules/mx-general.macros/types/*.d.ts","node_modules/log2indexeddb/types/*.d.ts","types/*.d.ts","src/**/*.vue","src/**/*.ts","src/**/*.tsx","src/**/*.js","src/**/*....
"build": "tsup", "test": "vitest --run", "test:dev": "vitest" }, "dependencies": { "@types/lodash": "^4.14.201",4 changes: 2 additions & 2 deletions 4 packages/eslint-parser/tests/__snapshots__/parse.test.ts.snap Original file line numberDiff line numberDiff line change@...