added jshint comment for esnext to react pages
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//jshint esnext:true
|
||||
|
||||
import React from "react";
|
||||
import $ from 'jquery';
|
||||
import NavBar from './NavBar.react.js';
|
||||
@@ -18,7 +20,7 @@ class WakaTime extends React.Component {
|
||||
},
|
||||
loggedIn: false,
|
||||
loggingEnabled: false
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
|
||||
Reference in New Issue
Block a user