diff options
author | 2023-02-27 21:48:58 -0500 | |
---|---|---|
committer | 2023-02-28 13:44:15 -0500 | |
commit | f22455d00f1195dd8edf614f972e8fc8670f8f7d (patch) | |
tree | 5279fed892b7f700c75fbc95b001b43d5b602c90 /ContributionScores/.eslintrc.json | |
parent | ContributionScores: Add new extension for more fun. (diff) | |
download | extensions-master.tar.gz extensions-master.tar.bz2 extensions-master.zip |
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'ContributionScores/.eslintrc.json')
-rw-r--r-- | ContributionScores/.eslintrc.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ContributionScores/.eslintrc.json b/ContributionScores/.eslintrc.json deleted file mode 100644 index 2c3c2d3c..00000000 --- a/ContributionScores/.eslintrc.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "root": true, - "extends": [ - "wikimedia/client", - "wikimedia/jquery" - ], - "globals": { - "mw": false - } -} |