From 416b1f6a916f4ddf6eeaa4f10c3b191b1dd53472 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Thu, 8 Jul 2021 16:48:08 +0200 Subject: [PATCH] fix linting wrong filename #610 --- Makefile | 2 +- README.md | 2 +- templates/Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 30232962..9e09c555 100644 --- a/Makefile +++ b/Makefile @@ -106,7 +106,7 @@ eslint: $(ESLINT) js/pipe.js $(ESLINT) js/autocomplete_menu.js $(ESLINT) js/echo_newline.js - $(ESLINT) js/form.js + $(ESLINT) js/forms.js skipped_tests: @! grep -E $(skip_re) __tests__/terminal.spec.js diff --git a/README.md b/README.md index 1d977395..dc83469b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![npm](https://img.shields.io/badge/npm-DEV-blue.svg)](https://www.npmjs.com/package/jquery.terminal) ![bower](https://img.shields.io/badge/bower-DEV-yellow.svg) -[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=devel&7f48cf131d83d9d3c8f43c9bc143617904149f4e)](https://travis-ci.org/jcubic/jquery.terminal) +[![travis](https://travis-ci.org/jcubic/jquery.terminal.svg?branch=devel&7f1a48bf5057192ab6d8a6276bde3d2b90f540d7)](https://travis-ci.org/jcubic/jquery.terminal) [![Coverage Status](https://coveralls.io/repos/github/jcubic/jquery.terminal/badge.svg?branch=devel&729bf3f8836eb2ffb6d7b6c8956debc8)](https://coveralls.io/github/jcubic/jquery.terminal?branch=devel) ![downloads](https://img.shields.io/npm/dm/jquery.terminal.svg?style=flat) [![](https://data.jsdelivr.com/v1/package/npm/jquery.terminal/badge?style=rounded)](https://www.jsdelivr.com/package/npm/jquery.terminal) diff --git a/templates/Makefile.in b/templates/Makefile.in index 175ad720..62f240f7 100644 --- a/templates/Makefile.in +++ b/templates/Makefile.in @@ -106,7 +106,7 @@ eslint: $(ESLINT) js/pipe.js $(ESLINT) js/autocomplete_menu.js $(ESLINT) js/echo_newline.js - $(ESLINT) js/form.js + $(ESLINT) js/forms.js skipped_tests: @! grep -E $(skip_re) __tests__/terminal.spec.js