Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
cqliu1 committed Feb 13, 2020
1 parent 32310d1 commit 3d9d038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function(kibana) {
// Tell Kibana that the files in `/public` should be loaded into the
// browser only when the user is in the Canvas app.
canvas: ['plugins/canvas-csv-renderer'],
styleSheetPaths: [resolve(__dirname, 'public/style/index.scss'), resolve(__dirname, 'public/style/index.css')].find(p => existsSync(p))],
styleSheetPaths: [resolve(__dirname, 'public/style/index.scss'), resolve(__dirname, 'public/style/index.css')].find(p => existsSync(p)),
},

config(Joi) {
Expand Down

0 comments on commit 3d9d038

Please sign in to comment.