From 5ca2b801c7a1a82ca90ddc73de2e8327756b0de8 Mon Sep 17 00:00:00 2001 From: David Joy Date: Mon, 21 Oct 2019 12:31:17 -0400 Subject: [PATCH] Fixing newlines. --- .eslintrc.js | 2 +- .npmignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 0e87381..6f4fb65 100755 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,3 @@ const { createConfig } = require('@edx/frontend-build'); -module.exports = createConfig('eslint'); \ No newline at end of file +module.exports = createConfig('eslint'); diff --git a/.npmignore b/.npmignore index 1ddd11f..ccd87cb 100755 --- a/.npmignore +++ b/.npmignore @@ -12,4 +12,4 @@ src .travis.yml babel.config.js Makefile -renovate.json \ No newline at end of file +renovate.json