We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9a2cc commit a4734a3Copy full SHA for a4734a3
demo/app.jsx
@@ -1,7 +1,7 @@
1
+import _ from 'lodash';
2
import React, { Component } from 'react';
3
import { Grid, Row, Col } from 'react-bootstrap';
4
import DiffView from '../src';
-import _ from 'lodash';
5
6
const contentLinks = [
7
{
package.json
@@ -5,7 +5,7 @@
"main": "lib/index.js",
"scripts": {
"start": "node devserver.js",
8
- "lint": "eslint .",
+ "lint": "eslint --ext .js,.jsx .",
9
"babel": "babel src --out-dir lib",
10
"build:demo": "webpack --config webpack.config.js",
11
"test": "npm run lint"
0 commit comments