Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
31192cf7
Unverified
Commit
31192cf7
authored
Jan 21, 2021
by
Andrej Ocenas
Committed by
GitHub
Jan 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: Restrict internal imports from other packages (#30453)
parent
90551eaf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
packages/grafana-data/.eslintrc
+1
-1
packages/grafana-runtime/.eslintrc
+1
-1
packages/grafana-ui/.eslintrc
+1
-1
No files found.
packages/grafana-data/.eslintrc
View file @
31192cf7
{
"rules": {
"no-restricted-imports": ["error", { "patterns": ["@grafana/runtime", "@grafana/ui", "@grafana/data"] }]
"no-restricted-imports": ["error", { "patterns": ["@grafana/runtime", "@grafana/ui", "@grafana/data"
, "@grafana/e2e/*"
] }]
},
"overrides": [
{
...
...
packages/grafana-runtime/.eslintrc
View file @
31192cf7
{
"rules": {
"no-restricted-imports": ["error", { "patterns": ["@grafana/runtime"] }]
"no-restricted-imports": ["error", { "patterns": ["@grafana/runtime"
, "@grafana/data/*", "@grafana/ui/*", "@grafana/e2e/*"
] }]
}
}
packages/grafana-ui/.eslintrc
View file @
31192cf7
{
"rules": {
"no-restricted-imports": ["error", { "patterns": ["@grafana/runtime", "@grafana/ui", "@grafana/e2e"] }]
"no-restricted-imports": ["error", { "patterns": ["@grafana/runtime", "@grafana/
data/*", "@grafana/
ui", "@grafana/e2e"] }]
},
"overrides": [
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment