diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 67abc19c..a44d7ac4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -27,6 +27,7 @@ Frank Kovacs Golden Kumar <103646877+AuenKr@users.noreply.github.com> Gunj Joshi Harshita Kalani +Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com> Jaimin Godhani <112328542+Jai0401@users.noreply.github.com> James Gelok Jaysukh Makvana diff --git a/num2words/lib/int2words_de.js b/num2words/lib/int2words_de.js index 2ca6381b..97332d69 100644 --- a/num2words/lib/int2words_de.js +++ b/num2words/lib/int2words_de.js @@ -16,6 +16,8 @@ * limitations under the License. */ +/* eslint-disable @cspell/spellchecker */ + 'use strict'; // MODULES // diff --git a/tools/grapheme-cluster-break/lib/break_property.js b/tools/grapheme-cluster-break/lib/break_property.js index 4e0f4968..e605c7d4 100644 --- a/tools/grapheme-cluster-break/lib/break_property.js +++ b/tools/grapheme-cluster-break/lib/break_property.js @@ -16,6 +16,8 @@ * limitations under the License. */ +/* eslint-disable max-lines-per-function, max-lines */ + 'use strict'; // MODULES // diff --git a/tools/grapheme-cluster-break/lib/emoji_property.js b/tools/grapheme-cluster-break/lib/emoji_property.js index 7856e7dc..3af11b17 100644 --- a/tools/grapheme-cluster-break/lib/emoji_property.js +++ b/tools/grapheme-cluster-break/lib/emoji_property.js @@ -16,6 +16,8 @@ * limitations under the License. */ +/* eslint-disable @cspell/spellchecker, max-lines-per-function, max-lines */ + 'use strict'; // MODULES //