Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Mullvad Browser
4ed899ee383db75731148570e43f54df3478dbc4
mullvad-browser
browser
base
content
test
caps
.eslintrc.js
Find file
Normal view
Permalink
.eslintrc.js
81 B
Newer
Older
Blame preferences
Ignore specific revisions
Learn to ignore specific revisions
Bug 1535378 - Adding a test for the serialization of principals r=ckerschb,mikedeboer
Jonathan Kingston
committed
6 years ago
1
2
3
"
use strict
"
;
module
.
exports
=
{
Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop
Mark Banner
committed
5 years ago
4
extends
:
[
"
plugin:mozilla/browser-test
"
],
Bug 1535378 - Adding a test for the serialization of principals r=ckerschb,mikedeboer
Jonathan Kingston
committed
6 years ago
5
};