Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 484 Bytes

File metadata and controls

17 lines (13 loc) · 484 Bytes

JS files

  • Comments on functions and files
  • Forcing ternary operator instead of if else statement
  • Enable auto correct of linting errors
  • Forcing function to return same data type

SASS files

  • Disallow Commented code
  • Restrict file length
  • Check duplicate class names
  • No hex code define in sass files must be defined in variable files

Common

  • Restrict committing changes in configuration files (eslint / sasslint)
  • Implementation of Post Scripts and Post checkout