Skip to content

Commit

Permalink
Fix long line linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
janisz committed Sep 9, 2016
1 parent 4ad059e commit c62ab63
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/js/constants/ValidConstraints.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
const ValidConstraints = ["unique", "like", "unlike", "cluster", "group_by", "max_per"];
const ValidConstraints = [
"unique",
"like",
"unlike",
"cluster",
"group_by",
"max_per"
];

export default Object.freeze(ValidConstraints);

0 comments on commit c62ab63

Please sign in to comment.