ESLint rules: rules requiring minor changes (#3139)

* implemented trivial code changes necessary batch of rules

Co-authored-by: Andrew Henry <akhenry@gmail.com>
This commit is contained in:
Joel McKinnon
2020-08-10 10:35:40 -07:00
committed by GitHub
parent 7e7141a5a0
commit 0b4a843617
12 changed files with 55 additions and 30 deletions

View File

@@ -108,8 +108,7 @@
</template>
<script>
import { OPERATIONS } from '../utils/operations';
import { INPUT_TYPES } from '../utils/operations';
import { OPERATIONS, INPUT_TYPES } from '../utils/operations';
import {TRIGGER_CONJUNCTION} from "../utils/constants";
export default {