Skip to content

Commit

Permalink
chore: Upgrade standard to v14.2.0 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdoe authored and coreyfarrell committed Sep 14, 2019
1 parent 6d21bf2 commit c2aecae
Show file tree
Hide file tree
Showing 9 changed files with 386 additions and 385 deletions.
2 changes: 1 addition & 1 deletion fixtures/node_modules/should-cover.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fixtures/node_modules/should-not-cover.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fixtures/plugin-should-cover.js
@@ -1,4 +1,4 @@
let foo = function () {
const foo = function () {
console.log('foo')
}
foo()
2 changes: 1 addition & 1 deletion fixtures/plugin-should-not-cover.js
@@ -1,4 +1,4 @@
let bar = function () {
const bar = function () {
console.log('bar')
}
bar()
2 changes: 1 addition & 1 deletion fixtures/should-cover.js
@@ -1,4 +1,4 @@
let foo = function () {
const foo = function () {
console.log('foo')
}
foo()
2 changes: 1 addition & 1 deletion fixtures/should-not-cover.js
@@ -1,4 +1,4 @@
let bar = function () {
const bar = function () {
console.log('bar')
}
bar()
2 changes: 1 addition & 1 deletion fixtures/should-respect-cwd.js
@@ -1,4 +1,4 @@
let foo = function () {
const foo = function () {
console.log('foo')
}
foo()

0 comments on commit c2aecae

Please sign in to comment.