This website requires JavaScript.
Explore
Help
Sign In
testzm0318
/
farris-vue
Watch
1
Star
0
Fork
You've already forked farris-vue
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
chore: add .hintrc to turn no-inline-styles off
Browse Source
...
This commit is contained in:
Sagi
2022-10-07 22:38:18 +08:00
parent
7468366186
commit
088c54147e
1 changed files
with
8 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
8
.hintrc
Normal file
Unescape
Escape
View File
@ -0,0 +1,8 @@
{
"extends": [
"development"
],
"hints": {
"no-inline-styles": "off"
}
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
testzm0318/farris-vue
Title
Body
Create Issue