This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-userforms
Watch
1
Star
0
Fork
0
You've already forked silverstripe-userforms
mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced
2024-10-22 17:05:42 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
d71c482685
silverstripe-userforms
/
.eslintrc
8 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
NEW Add silverstripe-webpack config and move files to webpack friendly location
2017-08-16 05:20:15 +02:00
{
"extends": "airbnb",
Prevent eslint rules from cascading. This prevents `eslint` rules from cascading to the parent directory.
2018-10-04 06:12:35 +02:00
"root": true,
NEW Add silverstripe-webpack config and move files to webpack friendly location
2017-08-16 05:20:15 +02:00
"rules": {
"init-declarations": 1
}
}
Reference in New Issue
Copy Permalink