paldepind / flyd

The minimalistic but powerful, modular, functional reactive programming library in JavaScript.
MIT License
1.56k stars 84 forks source link

Added .eslintrc extension #184

Closed ManoelLobo closed 6 years ago

ManoelLobo commented 6 years ago

Hello, maintainers. Thanks for this super useful library.

Overview

It is not a critical fix, but .eslintrc without extension is deprecated (https://eslint.org/docs/user-guide/configuring#configuration-file-formats)

Changes

Add .json extension to .eslintrc

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling ba852c51fc29af1029f550633f68d50a20b1abd0 on ManoelLobo:pr/eslintrc-extension into a0a2a3f13359bb0810abccde6d2fdfb01de766c9 on paldepind:master.

nordfjord commented 6 years ago

Thank you for your contribution!