diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 063b63e0a..c2a79331b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,6 @@ Then you need `git`, if you don't have that yet: https://git-scm.com/ 1. Install the [Xcode Command-Line Tools](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/). 2. Ensure [git-lfs](https://github.com/git-lfs/git-lfs/wiki/Installation) is installed. You'll need it to to checkout and install the node requirements. Install with `brew install git-lfs` - ### Windows 1. **Windows 7 only:** diff --git a/js/spell_check.js b/js/spell_check.js index 01ff46a4f..d4f6d48db 100644 --- a/js/spell_check.js +++ b/js/spell_check.js @@ -6,10 +6,8 @@ const electron = require('electron'); const Typo = require('typo-js'); const fs = require('fs'); -const os = require('os'); const osLocale = require('os-locale'); const path = require('path'); -const semver = require('semver'); const { remote, webFrame } = electron; @@ -59,7 +57,9 @@ function setupLinux(locale) { return new Typo(locale, affData, dicData); } - window.log.error(`Could not find one of ${affDataPath} or ${dicDataPath} on filesystem`); + window.log.error( + `Could not find one of ${affDataPath} or ${dicDataPath} on filesystem` + ); } window.log.info('Detected Linux. Using default en_US spell check dictionary'); diff --git a/ts/util/lint/exceptions.json b/ts/util/lint/exceptions.json index 67b352ac3..bb7a6dfa0 100644 --- a/ts/util/lint/exceptions.json +++ b/ts/util/lint/exceptions.json @@ -239,7 +239,7 @@ "rule": "jQuery-load(", "path": "js/modules/stickers.js", "line": "async function load() {", - "lineNumber": 66, + "lineNumber": 74, "reasonCategory": "falseMatch", "updated": "2019-04-26T17:48:30.675Z" },