Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nosovsh committed Oct 3, 2015
1 parent 28ed3e8 commit 56cbf0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
static/build/
server/motoparking/static/build/
node_modules/
components/dump/Parking/SliderWithFileUploader/FileUploader/jquery.cloudinary.js
components/dump/Parking/SliderWithFileUploader/FileUploader/jquery.iframe-transport.js
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var webpack = require("webpack");
var path = require("path");
var autoprefixer = require("autoprefixer");
var precss = require('precss');
var precss = require("precss");

module.exports = {
devtool: "cheap-module-eval-source-map",
Expand Down

0 comments on commit 56cbf0a

Please sign in to comment.