changeset 304 | 20071981ba2a |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/corpus-common-addon/.eslintrc.json Tue Sep 27 23:43:29 2016 +0200 @@ -0,0 +1,11 @@ +{ + "extends": "standard", + "plugins": [ + "standard", + "promise" + ], + "rules": { + "semi": [2, "always"], + "space-before-function-paren": ["error", "never"] + } +} \ No newline at end of file