mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 02:02:43 +00:00 
			
		
		
		
	UI: ember-auto-import (#4933)
* add auto-import * remove imports that we can and get rid of autosize shim * remove items from eslinrc * import base64js in shamir key
This commit is contained in:
		| @@ -3,9 +3,9 @@ module.exports = { | ||||
|   parserOptions: { | ||||
|     ecmaVersion: 2017, | ||||
|     sourceType: 'module', | ||||
|     "ecmaFeatures": { | ||||
|       "experimentalObjectRestSpread": true | ||||
|     } | ||||
|     ecmaFeatures: { | ||||
|       experimentalObjectRestSpread: true, | ||||
|     }, | ||||
|   }, | ||||
|   extends: 'eslint:recommended', | ||||
|   env: { | ||||
| @@ -13,12 +13,10 @@ module.exports = { | ||||
|     es6: true, | ||||
|   }, | ||||
|   rules: { | ||||
|     "no-unused-vars": ["error", { "ignoreRestSiblings": true }] | ||||
|     'no-unused-vars': ['error', { ignoreRestSiblings: true }], | ||||
|   }, | ||||
|   globals: { | ||||
|     base64js: true, | ||||
|     TextEncoderLite: true, | ||||
|     TextDecoderLite: true, | ||||
|     Duration: true | ||||
|   } | ||||
|   }, | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Irish
					Matthew Irish