This website requires JavaScript.
Explore
Help
Sign In
tonyair
/
silverstripe-contentreview
Watch
1
Star
0
Fork
0
You've already forked silverstripe-contentreview
mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced
2024-10-22 17:05:47 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
53209b99db
silverstripe-contentreview
/
.eslintrc
8 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
API Move JS and CSS to webpack, update DOM binding for SS4 CMS
2017-09-07 04:40:26 +02:00
{
"extends": "airbnb",
Prevent eslint rules from cascading. This prevents eslint rules from cascading to the parent directory. This prevents the same issue on [ss-userforms](https://github.com/silverstripe/silverstripe-userforms/issues/819).
2018-10-05 01:05:28 +02:00
"root": true,
API Move JS and CSS to webpack, update DOM binding for SS4 CMS
2017-09-07 04:40:26 +02:00
"rules": {
"init-declarations": 1
}
}
Reference in New Issue
Copy Permalink