Skip to content

Commit

Permalink
Feat: global nav (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Tiburcio <v-gtiburcio@mparticle.com>
Co-authored-by: Gabriel Tibúrcio <tibuurcio@gmail.com>
Co-authored-by: jared-dickman <jared-dickman@users.noreply.github.com>
Co-authored-by: Gary Kaganas <gkaganas@mparticle.com>
  • Loading branch information
6 people committed Feb 23, 2024
1 parent 6a64805 commit 591c3bb
Show file tree
Hide file tree
Showing 55 changed files with 7,057 additions and 3,758 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ module.exports = {
'ConfigProvider',
'Affix',
'App',
'GlobalNavigation',
'SuiteLogo',
'NavigationSearch',
'NavigationCreate',
'NavigationIcon',
'NavigationList',
'WorkspaceSelector',
'WorkspaceSearchLabel',
'WorkspaceSignoutLabel',
'WorkspaceInputLabel',
],
},
],
Expand All @@ -104,6 +114,7 @@ module.exports = {
'@typescript-eslint/no-use-before-define': ['error', { allowNamedExports: true, functions: false }],
'react/react-in-jsx-scope': 'off',
'import/no-duplicates': 'off',
'react/jsx-boolean-value': ['always'],
},
globals: {
React: true,
Expand Down
4 changes: 1 addition & 3 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
}
],
"property-disallowed-list": [
"margin-top",
"font-size",
"stroke",
"fill"
],
Expand All @@ -52,4 +50,4 @@
"fr"
]
}
}
}
Loading

0 comments on commit 591c3bb

Please sign in to comment.