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
21b53b7d
Unverified
Commit
21b53b7d
authored
Feb 15, 2020
by
Ryan McKinley
Committed by
GitHub
Feb 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Toolkit: don't create declaration files for plugins (by default) (#22228)
parent
69c512d5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
packages/grafana-toolkit/src/cli/tasks/plugin.build.ts
+1
-0
packages/grafana-toolkit/src/config/tsconfig.plugin.json
+2
-1
No files found.
packages/grafana-toolkit/src/cli/tasks/plugin.build.ts
View file @
21b53b7d
...
...
@@ -66,6 +66,7 @@ export const lintPlugin = useSpinner<Fixable>('Linting', async ({ fix }) => {
try
{
// Show a warning if the tslint file exists
await
fs
.
access
(
resolvePath
(
process
.
cwd
(),
'tslint.json'
));
console
.
log
(
'
\
n'
);
console
.
log
(
'--------------------------------------------------------------'
);
console
.
log
(
'NOTE: @grafana/toolkit has migrated to use eslint'
);
console
.
log
(
'Update your configs to use .eslintrc rather than tslint.json'
);
...
...
packages/grafana-toolkit/src/config/tsconfig.plugin.json
View file @
21b53b7d
{
"compilerOptions"
:
{
"alwaysStrict"
:
true
"alwaysStrict"
:
true
,
"declaration"
:
false
},
"extends"
:
"@grafana/tsconfig"
}
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