{"id":1517,"date":"2018-10-19T12:47:50","date_gmt":"2018-10-19T11:47:50","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=1517"},"modified":"2018-10-19T12:47:54","modified_gmt":"2018-10-19T11:47:54","slug":"eslint","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/eslint\/","title":{"rendered":"Eslint"},"content":{"rendered":"<p><strong>Example config<\/strong><\/p>\n<pre class=\"lang:default decode:true \" title=\".eslintrc\">{\r\n    \"rules\": {\r\n        \"no-var\": 2,\r\n        \"no-console\": 0,\r\n        \"indent\": 0,\r\n        \"no-unused-vars\": 1,\r\n        \"no-cond-assign\": 1,\r\n        \"no-debugger\": 1,\r\n        \"quotes\": [\r\n            2,\r\n            \"single\"\r\n        ],\r\n        \"semi\": [\r\n            2,\r\n            \"always\"\r\n        ]\r\n    },\r\n    \"env\": {\r\n        \"es6\": true,\r\n        \"browser\": true,\r\n        \"commonjs\": true\r\n    },\r\n    \"globals\": {\r\n        \"__dirname\": true,\r\n        \"describe\": true,\r\n        \"it\": true,\r\n        \"expect\": true\r\n    },\r\n    \"extends\": \"eslint:recommended\"\r\n}\r\n<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Example config { &#8220;rules&#8221;: { &#8220;no-var&#8221;: 2, &#8220;no-console&#8221;: 0, &#8220;indent&#8221;: 0, &#8220;no-unused-vars&#8221;: 1, &#8220;no-cond-assign&#8221;: 1, &#8220;no-debugger&#8221;: 1, &#8220;quotes&#8221;: [ 2, &#8220;single&#8221; ], &#8220;semi&#8221;: [ 2, &#8220;always&#8221; ] }, &#8220;env&#8221;: { &#8220;es6&#8221;: true, &#8220;browser&#8221;: true, &#8220;commonjs&#8221;: true }, &#8220;globals&#8221;: { &#8220;__dirname&#8221;: true, &#8220;describe&#8221;: true, &#8220;it&#8221;: true, &#8220;expect&#8221;: true }, &#8220;extends&#8221;: &#8220;eslint:recommended&#8221; } &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[5],"tags":[],"class_list":["post-1517","post","type-post","status-publish","format-standard","hentry","category-javascript"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/1517","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=1517"}],"version-history":[{"count":1,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/1517\/revisions"}],"predecessor-version":[{"id":1518,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/1517\/revisions\/1518"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=1517"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=1517"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=1517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}