diff options
author | Francesco Cioria <firefelix@gmail.com> | 2017-01-04 15:48:32 +0100 |
---|---|---|
committer | Francesco Cioria <firefelix@gmail.com> | 2017-01-04 15:48:32 +0100 |
commit | 11f772974e696975da34b32a639fb6a2d3f19fbd (patch) | |
tree | 3a10f5112243ee87729da337ca864f48dffa1e5d | |
parent | 0d8b2cbef3919ea8fe229f8ea4b347aa0d67bd64 (diff) | |
download | react-autosize-textarea-11f772974e696975da34b32a639fb6a2d3f19fbd.zip react-autosize-textarea-11f772974e696975da34b32a639fb6a2d3f19fbd.tar.gz react-autosize-textarea-11f772974e696975da34b32a639fb6a2d3f19fbd.tar.bz2 |
run eslint on examples.js too
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f90cfdf..8332eeb 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "npm run build && ./node_modules/karma/bin/karma start", "build": "rm -rf lib && mkdir lib && babel src -d lib", - "lint": "eslint src", + "lint": "eslint src examples/examples.js", "preversion": "npm run lint && npm run test && npm run build-examples", "prepublish": "npm run build", "build-examples": "npm run clean && webpack --config examples/webpack.config.build.babel.js --progress", |