Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGriffiths committed Jun 23, 2018
1 parent 705f627 commit 2a5a7e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "truwrap",
"version": "0.8.0",
"description": "Smarter terminal text wrapping (handles 24bit color)",
"author": "Mark Griffiths <mark@thebespokepixel.com> (http://thebespokepixel.com/)",
"main": "index.js",
Expand All @@ -17,7 +18,7 @@
},
"copyright": {
"year": "2018",
"owner": "Mark Griffiths : The Bespoke Pixel"
"owner": "The Bespoke Pixel"
},
"scripts": {
"test": "xo && nyc ava",
Expand Down Expand Up @@ -86,7 +87,6 @@
"type": "git",
"url": "git+https://github.com/MarkGriffiths/truwrap.git"
},
"version": "0.8.0",
"ava": {
"files": [
"test/*.js"
Expand Down
8 changes: 5 additions & 3 deletions test/fixtures/config/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ecmaFeatures:
modules: true
jsx: true
parserOptions:
ecmaVersion: 6
sourceType: module
ecmaFeatures:
jsx: true

env:
amd: true
Expand Down

0 comments on commit 2a5a7e6

Please sign in to comment.