Skip to content

Commit

Permalink
Merge pull request #51 from mindsers/renovate/eslint-5.x
Browse files Browse the repository at this point in the history
Update dependency eslint to v5
  • Loading branch information
mindsers committed Apr 13, 2019
2 parents 4487215 + 8ebb409 commit d9884bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"es6": true
},
"extends": "standard",
"installedESLint": true,
"plugins": [
"standard",
"promise"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"chai": "4.2.0",
"chai-spies": "0.7.1",
"coveralls": "3.0.3",
"eslint": "3.19.0",
"eslint": "5.16.0",
"eslint-config-standard": "6.2.1",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-standard": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/demo/scripts/demo.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/// <reference path="../../nativetable/nativetable.d.ts"/>
/* global nativetable */

const Nativetable = nativetable.Nativetable

'use strict'

const Nativetable = nativetable.Nativetable

let data = [
{
id: 12,
Expand Down
1 change: 0 additions & 1 deletion src/nativetable/nativetable.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export class Nativetable {

/**
* Data sources
* Getter
Expand Down

0 comments on commit d9884bd

Please sign in to comment.