Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Created February 19, 2018 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipgorczynski/89860b14183d689acafb1142a9f4c430 to your computer and use it in GitHub Desktop.
Save filipgorczynski/89860b14183d689acafb1142a9f4c430 to your computer and use it in GitHub Desktop.
module.exports = {
// ...
rules: {
// ...
'semi': [2, 'always']
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment