UNPKG

vue-screen-orientation

Version:

Get easy and reactive access to the Direction, Version and Angle of your screen with vue.js.

11 lines 201 B
module.exports = { extends: [ 'plugin:vue/recommended' // Use this if you are using Vue.js 2.x. ], rules: { "indent": ["error", 2 ] }, "parserOptions": { "ecmaVersion": 2020 } }