Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .lycheeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
https://www.devexpress.com/support/examples/survey.xml?*
https://supportcenter.devexpress.com/ticket/create
http*://localhost*
http://localhost*
https://localhost*
https://docs.devexpress.com/*
https://js.devexpress.com/*/Documentation/*
1 change: 1 addition & 0 deletions Angular/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
},
parserOptions: {
project: './tsconfig.json',
tsconfigRootDir: __dirname,
'createDefaultProgram': true,
'ecmaVersion': 6,
},
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!-- default badges list -->
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/331598295/25.1.3%2B)
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T966774)
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
Expand Down
1 change: 1 addition & 0 deletions React/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
},
parserOptions: {
project: './tsconfig.json',
tsconfigRootDir: __dirname,
'createDefaultProgram': true,
ecmaVersion: 2022,
sourceType: 'module',
Expand Down
1 change: 0 additions & 1 deletion React/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"types": ["node", "estree"],
"module": "ESNext",
"skipLibCheck": true,
/* Bundler mode */
Expand Down
3 changes: 3 additions & 0 deletions Vue/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/*
dist/*
.eslintrc.cjs
1 change: 1 addition & 0 deletions Vue/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
env: { es6: true },
parserOptions: {
project: './tsconfig.json',
tsconfigRootDir: __dirname,
'createDefaultProgram': true,
'ecmaVersion': 2020,
},
Expand Down
2 changes: 1 addition & 1 deletion Vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:unit": "vitest --environment jsdom --root src/",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .eslintignore"
},
"dependencies": {
"devextreme": "25.1.3",
Expand Down