forked from mirrors/gecko-dev
Also change .eslintignore to cover the other directories. This also fixes the indentation the automatic fixer messed up in a few XHTML files. Differential Revision: https://phabricator.services.mozilla.com/D158503
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
// -*- coding: utf-8; indent-tabs-mode: nil -*-
|
||
var str = "𝔘𝔫𝔦𝔠𝔬𝔡𝔢";
|
||
function f() {
|
||
return 42;
|
||
}
|