Skip to content

Commit a4734a3

Browse files
committed
lint code
1 parent ea9a2cc commit a4734a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/app.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import _ from 'lodash';
12
import React, { Component } from 'react';
23
import { Grid, Row, Col } from 'react-bootstrap';
34
import DiffView from '../src';
4-
import _ from 'lodash';
55

66
const contentLinks = [
77
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"start": "node devserver.js",
8-
"lint": "eslint .",
8+
"lint": "eslint --ext .js,.jsx .",
99
"babel": "babel src --out-dir lib",
1010
"build:demo": "webpack --config webpack.config.js",
1111
"test": "npm run lint"

0 commit comments

Comments
 (0)