Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.eslintrc.js - github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31aaf797f23a8e95bfc3e64eeca98bbda9a9888a (plain)
1
2
3
4
5
6
7
8
9
module.exports = {
	extends: [
		'@nextcloud',
	],
	globals: {
		__webpack_public_path__: true,
		__webpack_nonce__: true,
	},
}