mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
Linting JSX files (#941)
`.jsx` linting is now in-scope for the `npm run lint` command, and I linted the base files and some of the viz, there's still quite a bit of work there, but that's a first pass on it.
This commit is contained in:
committed by
GitHub
parent
7f2805a3c5
commit
a8fd23dfa4
@@ -1,5 +1,5 @@
|
||||
const $ = window.$ = require('jquery');
|
||||
const jQuery = window.jQuery = $;
|
||||
const jQuery = window.jQuery = require('jquery'); // eslint-disable-line
|
||||
const px = require('../modules/caravel.js');
|
||||
const d3 = require('d3');
|
||||
const urlLib = require('url');
|
||||
|
||||
Reference in New Issue
Block a user