Skip to content

Commit 122281a

Browse files
Dimitri Grammatikogianniwilsonge
Dimitri Grammatikogianni
authored andcommitted
[4.0] Remove grunt in favour of native node build scripts (#18446)
1 parent 57a4fde commit 122281a

File tree

619 files changed

+17228
-23258
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

619 files changed

+17228
-23258
lines changed

.eslintrc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"extends": "airbnb-base",
3+
"parser": "babel-eslint",
4+
"env": {
5+
"browser": true
6+
},
7+
"rules": {
8+
"class-methods-use-this": "off"
9+
}
10+
}

Gruntfile.js

-814
This file was deleted.

0 commit comments

Comments
 (0)