Skip to content

Commit

Permalink
Merge branch 'main' into missing-i18n-systemlinkshared
Browse files Browse the repository at this point in the history
  • Loading branch information
jattasNI committed May 17, 2024
2 parents 978efc0 + c54e179 commit 18034c9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions packages/eslint-config-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/eslint-config-angular",
"entries": [
{
"date": "Fri, 17 May 2024 15:14:38 GMT",
"version": "7.0.3",
"tag": "@ni/eslint-config-angular_v7.0.3",
"comments": {
"patch": [
{
"author": "rajsite@users.noreply.github.com",
"package": "@ni/eslint-config-angular",
"commit": "d515a0d595ac118b882b4b2ef91a6a5fa308b591",
"comment": "Move appearanceVariant to systemlink list"
}
]
}
},
{
"date": "Fri, 17 May 2024 14:16:39 GMT",
"version": "7.0.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/eslint-config-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/eslint-config-angular

This log was last generated on Fri, 17 May 2024 14:16:39 GMT and should not be manually modified.
This log was last generated on Fri, 17 May 2024 15:14:38 GMT and should not be manually modified.

<!-- Start content -->

## 7.0.3

Fri, 17 May 2024 15:14:38 GMT

### Patches

- Move appearanceVariant to systemlink list (rajsite@users.noreply.github.com)

## 7.0.2

Fri, 17 May 2024 14:16:39 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/eslint-config-angular",
"version": "7.0.2",
"version": "7.0.3",
"description": "NI's Angular ESLint Shareable Config",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions packages/eslint-config-angular/template/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ const ignoreAttributeSets = {
'loadColumnStateBehavior',
'parentDataField',

// sl-split-button
'appearanceVariant',

// sl-query-builder
'dropdownWidth',

Expand Down

0 comments on commit 18034c9

Please sign in to comment.