f5ac00f909
tslint has been deprecated so it's nice to switch to eslint. Currently this uses a minimal eslint, to get things up and running. node-sass requires C which does not work nicely on all platforms. Change-Id: I3ca9adf2971475c009e541652b7637c18ad960f4
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
// Copyright (C) 2019 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
module.exports = {
|
|
presets: [
|
|
'@vue/app'
|
|
]
|
|
};
|