2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

disable linting on data files

This commit is contained in:
Jeff
2018-08-12 19:26:18 -07:00
parent b8696bcee9
commit 80eefd414e
3 changed files with 249 additions and 2 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
/* eslint-disable */
export default [
{
title: "Old Man's War",
@@ -160,4 +161,4 @@ export default [
lastName: "Maine"
}
}
]
]