Skip to content

Commit 679c3e5

Browse files
authored
Merge pull request #539 from IgniteUI/vnext
Updating master with vnext for HGrid samples
2 parents 460dbdd + 7936fa7 commit 679c3e5

724 files changed

Lines changed: 560926 additions & 82133 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

azure-pipelines/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ stages:
8383
command: custom
8484
workingDir: '$(Build.SourcesDirectory)\browser'
8585
verbose: ${{ parameters.isVerbose }}
86-
customCommand: 'install --legacy-peer-deps'
86+
customCommand: 'install'
8787
customEndpoint: 'public proget'
8888

8989
- task: PowerShell@2

browser/.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ module.exports = {
6161
"no-useless-concat": "off",
6262
"no-mixed-operators": "off",
6363
"no-prototype-builtins": "off",
64+
"no-empty-function": "off",
65+
"@typescript-eslint/no-empty-function": "error",
6466
"prefer-const": "off",
6567
"prefer-rest-params": "off",
6668
"jsx-a11y/alt-text": "off",

0 commit comments

Comments
 (0)