mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1685986 - Prepare to enable ESLint on gfx/wr/debugger/ where possible. r=mstange
Differential Revision: https://phabricator.services.mozilla.com/D101334
This commit is contained in:
parent
d5cb20e148
commit
9c69be2431
11
gfx/wr/debugger/src/.eslintrc.js
Normal file
11
gfx/wr/debugger/src/.eslintrc.js
Normal file
@ -0,0 +1,11 @@
|
||||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
"use strict";
|
||||
|
||||
module.exports = {
|
||||
parserOptions: {
|
||||
sourceType: "module",
|
||||
},
|
||||
};
|
@ -1,3 +1,5 @@
|
||||
/* eslint-env node */
|
||||
|
||||
var path = require("path");
|
||||
var webpack = require("webpack");
|
||||
|
||||
@ -37,9 +39,6 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
vue$: "vue/dist/vue.esm.js",
|
||||
},
|
||||
alias: {
|
||||
icons: path.resolve(__dirname, "node_modules/vue-material-design-icons"),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user