Skip to content

Commit

Permalink
chore: eslint ignore devtools.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Sep 18, 2017
1 parent b8a0ee9 commit a198886
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist/*
benchmarks/*
lib/*
build/build.js
build/build.js
devtools.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
[![Build Status](https://img.shields.io/travis/NervJS/nerv.svg?style=flat-square)](https://travis-ci.org/NervJS/nerv)
[![Code Climate](https://img.shields.io/codeclimate/github/NervJS/nerv.svg?style=flat-square)](https://codeclimate.com/github/NervJS/nerv)
[![Coverage Status](https://img.shields.io/coveralls/NervJS/nerv.svg?style=flat-square)](https://coveralls.io/github/NervJS/nerv?branch=master)
[![npm](https://img.shields.io/npm/dw/nervjs.svg?style=flat-square)](https://www.npmjs.com/package/nervjs)
[![npm](https://img.shields.io/npm/dt/nervjs.svg?style=flat-square)](https://www.npmjs.com/package/nervjs)

[![Build Status](https://saucelabs.com/browser-matrix/nerv-project.svg)](https://saucelabs.com/u/nerv-project)
3 changes: 1 addition & 2 deletions build/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ const baseConfig = {
resolve(),
typescript({
include: 'src/**',
typescript: require('typescript'),
useTsconfigDeclarationDir: true
typescript: require('typescript')
}),
bublePlugin()
]
Expand Down

0 comments on commit a198886

Please sign in to comment.