Skip to content

Commit

Permalink
chore: Add ESLint (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Nagar authored Jan 1, 2021
1 parent 0d51810 commit 1e312e6
Show file tree
Hide file tree
Showing 9 changed files with 2,403 additions and 152 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
parser: '@babel/eslint-parser',
parserOptions: {
requireConfigFile: false,
},
extends: ['plugin:prettier/recommended'],
};
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function() {
(function () {
'use strict';

module.exports = function(grunt) {
module.exports = function (grunt) {
const sass = require('node-sass');

require('load-grunt-tasks')(grunt);
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2019 Kunal Nagar https://kunalnagar.in
Copyright (c) 2020 Kunal Nagar https://www.kunalnagar.in

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 1e312e6

Please sign in to comment.